| Thread | Last Post | Replies |
|
| XMLSerializer | 29 Jul 2005 08:04 GMT | 1 |
I have been reading the docs on this but I am just not getting it. Can anyone provide a small sample of using this class to save a simple Button to a file and then recreate it from the file?
|
| Sum with decimal types | 29 Jul 2005 07:52 GMT | 7 |
Actually I have two quantities (4.61) stored as decimal numbers. Why if I try to sum them the result is 9.23 if the correct value is 9.22? Thank you
|
| copy from a xml file into text boxes on a windows form | 29 Jul 2005 07:43 GMT | 1 |
I want to copy data stored in a xml file in to text boxes on a windows form. I know that this is possible with a datagrid. But I don't know whether it is possible or if so how to do it with a text box. Please help me.
|
| class properties | 29 Jul 2005 07:15 GMT | 8 |
i have a question about this situation: i have a class that i use that i need to know 1 piece of data that exists in a different class. Im wondering is it wrong to add the property that i need onto the first class instead of having to instantiate the whole other class
|
| How do you keep a TCPClient alive. | 29 Jul 2005 06:54 GMT | 5 |
I'm writing a remote client in C# that connects to a remote connection manager via a TcpClient. The connection and handshake work perfectly. I must then remain connected and respond to the connection manager's request. I've tried calling read in a loop right after the handshake
|
| WinForm - DataGrid - Enter Key | 29 Jul 2005 06:34 GMT | 3 |
For a Data Grid in a Win Form, when the user selects a row and then presses the Enter key, how do I capture that the user pressed the enter key?
|
| Dynamic Controls and Page_Init | 29 Jul 2005 06:25 GMT | 9 |
Hello again to all of you geniuses, I'm having a problem trying to load dynamic controls at the initialization phase. I've read the docs, and I thought I had it figured out: <[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>-<[+]>
|
| Am i using interfaces correctly? | 29 Jul 2005 06:22 GMT | 1 |
I am building a multi project C# program that draws graphic objects. These objects are created in the business layer, there is also a collection class that handles adding new objects and pushing changes back to the data layer. So far so good.
|
| What is the best way to check data | 29 Jul 2005 03:15 GMT | 2 |
I call a stored procedure that returns a bunch of output parameters. And all of those are nullable data. Is this the best approach to validating the value? I don't want the value checked using IF and I am not using SqlDataTypes as well.
|
| get hash of a file | 29 Jul 2005 01:03 GMT | 2 |
I am trying to get HASH of contants of a file that I read. I get byte[] from ComputeHash(). To get alpha-digits I put it into Guid to get Guid out of it. Am I doing right?
|
| Determine if X Button was Clicked | 29 Jul 2005 00:17 GMT | 1 |
Is there anyway to find out if the user clicked on the upper right x? Any events that are invoked? Thanks, John
|
| No Symbols Have Been Loaded | 29 Jul 2005 00:01 GMT | 2 |
A very strange and annoying problem, I have a few projects that I am working on and for some reason when I place any breakpoints the compiler tells me that since no symbols have been loaded the breakpoints will not be reached. The projects are set to debug. Any ideas?
|
| writing ASCII data with the SerialPort component | 28 Jul 2005 23:10 GMT | 1 |
Hello, I am using Visual Studio .Net 2005 beta. I have my computer's two comm ports connected with a serial cable (and null modem). I'm trying to write the letter 'a' out on comm port 1 with the C# program and see it appear in a Hyperterminal window open on comm port 2. ...
|
| TreeView to MySQL Database | 28 Jul 2005 21:09 GMT | 2 |
How can I store TreeView in a database?? Preferably as Blob... But I don't know how to get the TreeView into the Blob.... Thanks in advance for your help!
|
| Getting exception information. | 28 Jul 2005 21:03 GMT | 1 |
When I run my app in the IDE, dumping exception.ToString() information to file usually gives me a very trace on what happened including line numbers, which is really useful. When I run the app outside the IDE (even though compiled for Debug), the
|