Xsd Schema with include attribute as Embedded Resource
I'm setting my schemas files as Embedded Resource, here the code I tried: public MainWindow() { InitializeComponent(); var stream =...
View ArticleType initializer for threw an exception
I want to run my executable file (after installing the setup of my ERP) , the login screen appears and after taking the credentials of the user, hitting the OK button generates the following error...
View Articlewrite in current position
Hi,I am developing a virtual keyboard form with all keys on it and a TextBox to write the resultI am using text_position to store the current position in order to write on itfor example if the user...
View ArticleDelegated Event
HiI have 2 classes. TestPort class tests CommPort one.My problem is with the definition & usage of the Read EventHere is TestPort that should trap CommPort's Read eventusing System; using...
View ArticleHow to get information from the idle state of wlan in C# windows 7
In my project I need to detect the idle state of wlan in windows 7, but failed because the class I use System.Net.NetworkInformation Namespace. NET. The class specifies the operational state of the...
View Articlehow to append items to existing listview
Hii have listview with headrs in place (8 columns) the first four of them get populated at the start of programm and do not need to be changed; and the remaining are to be populated periodically by...
View Articleexternal event handler
HiI have a C# (VS2010) class written to be a COM Dll used by Outlook VBAIt supports serial port having ReadEvent which handler is external (will be implemented in VBA) coded :[DllImport("Cmdll.dll")]...
View ArticleVarious Technologies in Speech Recognition
I would like to provide Speech recognition to my ASP.NET Web Application.I am confused with the following five references and their documentations. I appreciate any deceleration or short explanation...
View ArticleBinary Validation File
Hi, I would like to ask how can I implement a binary validation file which my C# application will check everytime on startup to make sure the application is activated on the valid machine?
View ArticleHow to Open Cash Drawer
Hi, I want to ask if there is a standared Cash Drawer APIs for .NET which will open any type of cash drawers regardless of the brand?
View Articleabout status check in sourcesafe
I develop my project but I have problem my computer can not reboot. I format my computer but status checkout before alive. now I can not develop my job. how I can make it ? someone can help
View ArticleFind error "Namespace or type specified in the Imports" when refer to another...
Dear all,I'm developing on VB.NET .Net framework 4.0And I have build a class library and call successfully from some test projectBut when I create a Command Line Console Application and ref to that...
View ArticleC# Argument Not Proper Exception
I have the following function in my COM dll class[DispId(1610809401)]intWriteBinValues(refstringSignal,refArrayvalues,refboolWithEv);When I am using tthis function asmt.WriteBinValues(StateSignal,...
View ArticleI/O Exception Serialport.datareceived VB.NET 4
I get an I/O exception when I run serialport.close() "The I/O operation has been aborted because of either a thread exit or an application request". The exception comes from the datareceived event. I...
View ArticlePowerbuilder and .net
Can we call a powerbuilder *.pbl file from a .net application?Shivendra
View ArticleERROR EN VISUAL 2010
Tengo un proyecto realizado en VS2008, y estoy utilizando un control label de infragistics donde le asigno un gráfico a la propiedad image del appearance. He pasado el proyecto a VS2010 y esa misma...
View ArticleCapture print job in legacy system
I have a legacy system (black box) that does various calculations and prints to a dot matrix printer. Instead of printing to a printer, I would like to get rid of the dot matrix printer and connect...
View ArticleC# deleate event - how do you say it in VBA ?
HiMy Test class attach handler as CommPort.MyEvent += MyHandler; (C#)CommPort is the class being tested. It generates events.How should i code the said statement in VBA using AddressOf ?CommPort...
View Article