| Thread | Last Post | Replies |
|
| Problem in Xml | 24 Dec 2005 15:42 GMT | 3 |
I am using the following code, and the xml being generated is shown below: XmlNode root = document.DocumentElement; XmlElement element = document.CreateElement("rdf", "Stadium",
|
| C# Preprocessor | 24 Dec 2005 14:27 GMT | 2 |
I'm looking for a C# Preprocessor (shareware with source, if possible) which has the functionality of preprocessors which already exist in other languages, e.g. http://www.zeitungsjunge.de/delphi/dipp/
|
| ComboBox index needs to be set twice | 24 Dec 2005 14:07 GMT | 5 |
I have a combobox in a form (cmbNames). The DataSource property is some arraylist of strings. I have a button which is supposed to "clean" the combobox and deselect any item.
|
| TCP - Outstanding Begin Receives | 24 Dec 2005 12:09 GMT | 7 |
It is possible to have an outstanding BeginReceive call when closing a socket. There isn't a call from the IAsyncResult to cancel this if it hasn't completed. This can be an issue when you are accepting a large number of connections in a long running process.
|
| wmi to access the services runnig in PC ? -error help required | 24 Dec 2005 10:36 GMT | 2 |
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in mscorlib.dll Additional information: The RPC server is unavailable. See the code below and help me out to solve this problem.
|
| xml serialization | 24 Dec 2005 09:53 GMT | 1 |
i wrote a method for writing a xml file. but it's throwing a exception my files are like this public class testforserialization {
|
| Random Access Files | 24 Dec 2005 07:38 GMT | 1 |
In VB6 I could use random access and fixed record lengths to read specific records from a test file. Eg the following code would save a LogEntry to a file at the location specified by RecordNumber. Private Type LogEntry
|
| how transparent is a label on the picture? | 24 Dec 2005 07:23 GMT | 1 |
Hi, how transparent is a label on the picture? thank you! this.label1.BackColor=Color.Transparent; this.label1.Parent=pictureBox1;
|
| Dialogbox resource in vs2005 | 24 Dec 2005 07:21 GMT | 1 |
How do I embed a dialogbox as a resource in Visual studio 2005 ?
|
| Collection indexer causing a stack overflow due to parent property | 24 Dec 2005 06:55 GMT | 4 |
I'm in the process of converting a production VS 2003 application to VS 2005. To simplify the conversion I'm converting a small piece at a time and then unit testing the code to confirm it converted correctly. The application consists of 10 seperate projects.
|
| Printing to file without PrintDialog | 24 Dec 2005 06:41 GMT | 1 |
Is it possible to print directly to file without PrintDialog or PrintPreviewDialog? Have any succeeded to program this feature? Cheers,
|
| cannot find Code Snippets Manager | 24 Dec 2005 05:18 GMT | 3 |
Base on MSDN help, in VS2005 IDE, select "Tools -> Code Snippets Manager", but I cannot find "Code Snippets Manager" under "Tools" menu. Also I noticed when I insert snippets in C#, it has far less options then in VB.
|
| Callback Example for TcpListen | 24 Dec 2005 02:44 GMT | 1 |
Is there a callback example for TcpListen? I don't see a way to create a trigger in .Net that would listen for socket requests and then trigger my acceptConnection (thsClient) method. BTW .. I am checking pending so that I can stop the thread and switch ports to listen to if ...
|
| How to compare DateTime Objects? | 24 Dec 2005 02:39 GMT | 12 |
Hi all.. Can anyone tell me how to compare datetime objects?I ve three objects namely Current date,start date and end date.. I need to check the current date with Start date and end date....Plz tell me how to
|
| AVI RGB or BGR | 24 Dec 2005 01:57 GMT | 3 |
How to know when the frames in AVI file is RGB or BGR because sometimes Red appears first and sometimes Blue appears first in uncompressed frames. Does *anyone* know why?
|