| Thread | Last Post | Replies |
|
| How to iterate the second dimension of a 2-dimensional array? | 26 Sep 2006 15:13 GMT | 5 |
I want to iterate the second dimension of a 2-dim-array. Let´s say I have an array: double[,] myArray and a given index: int i. Assume my index is given in want to iterate my array with something like
|
| Problemi ImageList | 26 Sep 2006 15:07 GMT | 2 |
Salve, ho un problema con il controllo imagelist ed in particolare se metto su una form un controllo imagelist e lo riempio con delle icone e le associo ad un tab control, bene a design time vedo le icone, ma a run time spariscono. Come posso ovviare a questo problema???
|
| Problem with WriteXml in DataSet | 26 Sep 2006 14:55 GMT | 3 |
I have typized DataSet. I can add to this dataset whatever i want but some specific date isnt writed to xml file after i make WriteXml. When i add row in code (not by hand in datagridview) it wont be Write to xml. If i add realy long string to string column in a table, it wont be
|
| Problem restarting a windows service with ServiceController | 26 Sep 2006 14:55 GMT | 6 |
i need to restart a windows service made with c# when an fixed event is raised. So to test it, I've added a servicecontroller to my service, and in the creation method, i've created a new thread to try to stop it.
|
| Serial Port keeps echoing back what I send | 26 Sep 2006 14:40 GMT | 3 |
I have a problem I have been unable to solve for quite some time now. I'm using the Serialport class and opening the port and writing a byte to it. The byte is successfully received by the other device. The other device then sends back a response.
|
| Download the JAVA , .NET and SQL Server interview with answers | 26 Sep 2006 14:35 GMT | 2 |
Download the JAVA , .NET and SQL Server interview with answers Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the
|
| AD ObjectCategory=Computer - How to find out if the computers are Active? | 26 Sep 2006 14:28 GMT | 1 |
I'm developing a testapplication, retrieving objects of type "Computer" from out AD server. More than 5000 are listed, and I know lots of these are set as inactive. I've seen some code testing if user objects are active or not:
|
| Threading and WndProc - basic question | 26 Sep 2006 12:54 GMT | 2 |
I'm overriding WndProc to process some custom messages like so: protected override void WndProc(ref Message m) { if (m.Msg == ImageFileMsg.MSG_IF_NEW_DATA)
|
| 2 properties into 1 | 26 Sep 2006 12:51 GMT | 2 |
I have a singletone class and 2 diffeerent properties there,I want to aggrigate them together in a class .How can I do it? (code) Thank you!
|
| lsitbox auto scroll to last line | 26 Sep 2006 12:50 GMT | 1 |
Is it possible to scroll a listBox to last line every time an Item is add to it ?
 Signature rgds, Wilfried
|
| Truncating a Stream... | 26 Sep 2006 12:50 GMT | 3 |
Is it possible to truncate a MemroyStream to free up the space up to the current position? I wantes to be able to just keep dumping bytes into a stream and then read the stream as needed. After the read, free up the portion of the stream I
|
| CultureInfo and RTL | 26 Sep 2006 12:48 GMT | 2 |
If I have the CultureInfo object is it possible to get information about the reading order for that culture? I.e Arabic/Hebrew RTL instead of the normal LTR... Regards
|
| RegisterClientScriptBlock - How to unregister? | 26 Sep 2006 12:45 GMT | 1 |
I need to be able to register client script within a web user control. I then need to unregister it. How can I do this. I cannot find an unregister method..... Many thanks,
|
| callback on a garbage collected delegate error | 26 Sep 2006 12:23 GMT | 13 |
I have an application using a DLL and callbacks. It generate random the error "A callback was made on a garbage collected delegate". I found some articles that the pointer to the delegate has to have a lifetime reference so that it is not garbage collected. But I could not find
|
| Dynamic Radio Buttons | 26 Sep 2006 12:19 GMT | 1 |
I want to generate a questionnaire from questions held in SQL Server on my windows application. The format will always be the same - a question and then four radio buttons with values 1 to 4.
|