| Thread | Last Post | Replies |
|
| Writing from an XmlReader | 10 Jul 2007 11:31 GMT | 7 |
Is there an easy way to (efficiently) walk the entire contents of an XmlReader? For instance, I have an XmlReader returned from a "FOR XML" SQL query (ExecuteXmlReader), and I want to return this data to the caller through a stream.
|
| Line Chart in Crystal Report | 10 Jul 2007 11:20 GMT | 1 |
I have one crystal report in VisulaStudio 2003 C#, i have used IGraphObject for Line Chart. My data is somewhat like this 0.00, 0.01, 0.03 ....etc on y axis and 0000,0002,0004,....etc on x-axis
|
| Reverse P/Invoke in a DLL for global hooks? | 10 Jul 2007 09:52 GMT | 2 |
Is using Reverse P/Invoke in a .NET DLL for installing global hooks supported?
|
| When thread routine returns, that means it was closed ? | 10 Jul 2007 09:51 GMT | 5 |
When thread returns, that means the thread is closed ? What is the standard way to kill it ? threadA= null ; Thank you for advice!
|
| VS2005 <-> VSS2005 | 10 Jul 2007 07:10 GMT | 2 |
Hello NG, I might be in the wrong NG with this question. If this is the case, please let me know the right one. I have a problem with Visual SourceSafe 2005 sent to me with one of the last
|
| Great new developer community concept | 10 Jul 2007 04:07 GMT | 2 |
I found this new site I am excited about http://www.spikesolutions.net. The concept, zip up your programming solutions and submit them to this site for free. Each time someone downloads your solution you get $1.00. The creators of the site are trying to improve the quality and
|
| No unsigned int in c# ? | 10 Jul 2007 04:06 GMT | 3 |
My code: private static unsigned int Queue_count = 0; it can't pass the compiler, the error msg shows the 'unsigned' keyword.
|
| Monitoring memory usage ... | 10 Jul 2007 01:41 GMT | 5 |
I am trying to check the memory usage for a process using C# (.NET 1.1). I found out several properties in the Process class that was useful. But, my question is after i tried that out and compared the result with that indicating in the Windows Task Manager they
|
| Is .NET remoting working on Mono properly | 10 Jul 2007 00:46 GMT | 3 |
Does anybody know whether .Net remoting works OK on the Mono installed on Linux? Thanks for any answer.
|
| Inserting the datetime with milliseconds value into a datarow | 09 Jul 2007 23:29 GMT | 6 |
I need to insert the datetime with milliseconds value into a datarow. My code as below DataTable testDataTable=new DataTable(); testDataTable.Columns.Add("updatedDateTime", typeof(DateTime));
|
| Forcing a MouseUp event after MouseDown launches a dialog | 09 Jul 2007 22:12 GMT | 2 |
I have a form listview and have used the MouseDown event to launch a modal dialog if a particular cell is clicked. This works fine but upon closing the dialog I am left with a dotted rectangle drawn between where the original click was and where I
|
| Picturebox auto size failed. | 09 Jul 2007 21:45 GMT | 1 |
I use a picturebox to show image form URL string. When auto size propertise disable, it works well, but fail whenever auto size is enable. pictureBox1.Image = new System.Drawing.Bitmap(new
|
| Hiding tabs (tab control) | 09 Jul 2007 21:28 GMT | 8 |
How do you hide individual tabs? I have tried .Hide() but it hides them all? Mark
|
| I want to read a character from console, while writing something to the console. | 09 Jul 2007 20:31 GMT | 2 |
I want to read a character from console, while writing something to the console. And if, there were no input character in some seconds, then I wish to continue to writing to the console.
|
| XML Serialization | 09 Jul 2007 20:03 GMT | 5 |
We have an app that uses XML serialization throughout. As everyone probably knows, using XML serialization is not always a good idea in a big project (http://www.codeproject.com/dotnet/noserialise.asp). I found this article:
|