| Thread | Last Post | Replies |
|
| Raising event | 14 Sep 2005 10:45 GMT | 4 |
I want to raise an event (not call event handler!!) of a control. I have a control and I need to raise it's Enter event programmatically so that control will then call all it's Enter event handlers. I searched but couldn't find anything and I can't call an event directly. I have ...
|
| Multithreading webresponse | 14 Sep 2005 10:22 GMT | 6 |
I have written a utility which currently downloads xml data from a high number (40+) of web based sources in a synchronous manner. When attempting to spawn threads off to speed things up I run into major problems due to blocking and number of threads available in the
|
| Exception to exceptions | 14 Sep 2005 10:22 GMT | 6 |
While developing the below code I noticed that exceptions were not working as expected. An exception is thrown inside an XML import DLL and not being caught inside the Main() code fragment, creating an unhandled exception inside "theUI". Would anybody know why this is happening?
|
| Verify Network User Account isnt locked out. | 14 Sep 2005 09:45 GMT | 2 |
On occasion a Network User Account gets locked out. This causes lots of problems as the account is used to run different programs. The programs fail when the user account is locked out. I would like to write a c# program that will check if the Network User
|
| PlugIn Architecture | 14 Sep 2005 09:32 GMT | 3 |
I am looking to create a Plugin Architecture. I looked at this extend or enhance the User Interface (UI) article http://www.codeproject.com/csharp/extensibleui.asp and It looks good and I would like to know if any better way to do.
|
| MSXML Post | 14 Sep 2005 09:25 GMT | 1 |
I would like to post some data from my application to one servlet and get response as a xml file. The datas to post are "UserName", "Password" and large Xml file. I"m trying to use MSXML. I'm converting xml to stream and sending it by send method of ServerXMLHTTP40Class. But I ...
|
| EndPeek throwing MessageQueueException | 14 Sep 2005 08:44 GMT | 2 |
Would appreciate any help you guys have to offer. On calling beginPeek on instantiation of a MessageQueue, EndPeek throws a MessageQueueException. If the queue exists already, the exception is not thrown, but when I just create the queue and call BeginPeek, the exception is ...
|
| DataSet exception - Cannot have a relationship between tables in different DataSets | 14 Sep 2005 08:35 GMT | 1 |
-First I add and relate the tables A and B. Create a new instance of TableA Add TableA to DataSetX Create a new instance of TableB
|
| Datagrid clear and add records | 14 Sep 2005 04:12 GMT | 4 |
This is for a Win form. How do I clear all the rows in a datagrid? How do I add a record to a datagrid?
|
| strcat in c#? | 14 Sep 2005 03:57 GMT | 14 |
Say i have two varibles one name var1 and the other var2, var1 holds the string "C:\" and var2 holds "games" is there a command to combian the two? When i use C++ i could use the command strcat(var1, var2);
|
| Parse out data in a cell. | 14 Sep 2005 03:56 GMT | 6 |
This is for a Win form. In a datagrid, I want to be able to extract a cell, and parse out the data in the cell. The cell has a telephone number, and I'm able to get the full telephone number.
|
| getting the row number that contains unique data | 14 Sep 2005 03:27 GMT | 1 |
I have a DataTable and I'm trying to locate some data in a specific column (my primary key column). The data I'm looking for is an int called xFile. I may have the correct way to find the xFile (I'm not sure), but if so, what I'm ultimately trying to do is find the number of ...
|
| OutOfMemoryException when using MessageQueueTransaction | 14 Sep 2005 02:29 GMT | 2 |
I'm working on an application that takes csv files then converts it to XML. It then write the XML to a msmq where another service is reading the queue and sends it to the DB. My question is:
|
| Accessing an AD Group | 13 Sep 2005 22:39 GMT | 1 |
The below works when the first parameter to DirectoryEntry is set to our corporate AD domain, such as LDAP://FORD. But if I try for a group within the domain, such as LDAP://FORD/TRUCKS, I get the error message "an invalid dn syntax has been specified".
|
| Problem on using 2nd activex control created dynamically... | 13 Sep 2005 22:35 GMT | 3 |
I created an activex control (C++), and it uses another COM dll (C++). This COM dll links with a static library that dose some calculation. (both are debug multithreaded dll) I created a C# client having activex control embedded at the very
|