| Thread | Last Post | Replies |
|
| Casting generics and inherited classes in .NET 2.0 | 28 Dec 2005 02:31 GMT | 8 |
Is the following behavior correct? If so, can somebody explain why? public interface IObservation { string ID { get; set;}
|
| Trouble in instantitating the COM in web servcie | 28 Dec 2005 00:43 GMT | 2 |
I designed a com controller and i'm calling the com component from the webservice. It works perfectly in windows 2000. But it throws error in Windows 2003 during the instantiation of the COM component. The error is
|
| Hashtable items order | 28 Dec 2005 00:19 GMT | 4 |
I have a Hashtable, to which I insert key and values. When I go over the hashtable with "foreach" later on, the items are not coming out at the order I inserted them. A quickwatch showed that as the items are inserted, they are not arranged in
|
| Update LIST<T> from a different form | 27 Dec 2005 23:03 GMT | 8 |
I wish to update the LIST<T> created in PARENT FORM from the CHILD FORM. Currently I have declared the LIST<Role> as public in my parent form. What can I do to update the <LIST>? Thanks
|
| Books recommendation | 27 Dec 2005 21:50 GMT | 5 |
Our team has extensive VB.Net experience in VS2003 (.Net 1.1) and we decide to move to C# in VS2005 (.Net 2.0). Please suggest some good books and references. Thanks!
|
| DialogResult of a MessageBox when the close button is clicked | 27 Dec 2005 21:46 GMT | 2 |
Is there anyway to get a different DialogResult or detect that the user clicked the close button on a MessageBox? I have a message box that pops up when my program first starts that only has an ok button but if the user clicks the close button the DialogResult is still
|
| Problem with IP address converstion from a string | 27 Dec 2005 21:28 GMT | 1 |
I'm getting a connection error when I used the following code to connect to a server on our LAN with IP address. Can someone take a look and tell me if you see something wrong? I'm just getting back error message that it's time out and no connection was made.
|
| How to store a code sentence on a variable? | 27 Dec 2005 21:26 GMT | 1 |
Allow me to explain my question. I would like create a function in which one of it sentences will be decided at run time. Something like String MySentence= "int x=0;"
|
| USB Communication | 27 Dec 2005 19:25 GMT | 4 |
Hi... I have to get data from a device (that has no driver) with the USB Port. Can anybody help me? How can communicate with USB Port..
|
| ORACLE/MSSQL casting question | 27 Dec 2005 18:34 GMT | 2 |
I just changed a column from int to varchar. what I want to do is change those values to strings I'm having a hard time trying to find the command to do this Many thanks,
|
| Interface and Inheritance | 27 Dec 2005 18:18 GMT | 5 |
I have a calss that derived from IList. you know that I have to implement methods of IList and make them public. is it possible to make them private?/ becuase I saw for example in DataTable class that has derived from
|
| gracefully end console app | 27 Dec 2005 18:14 GMT | 7 |
I have a console app that I want to stop gracefully by another program. The console app already has code to intercept control-c and logoff and so on. But how do I send a control-c to that console app from another program? The console application is started with a Process class.
|
| Problem sending Hexadecimal as part of a string using socket.send | 27 Dec 2005 18:04 GMT | 2 |
Hi, I'm able to make connection to a server using socket connection. However, when I send a command string the server just ignores it. All command string needs to start with "0xF9" at Byte 0. During the run-time debug, I see it to be "u" with a "~" on top of it. Is that OxF9? ...
|
| TcpClient and HttpWebRequest | 27 Dec 2005 17:33 GMT | 1 |
I have an application which uses HttpWebRequest to get data from other sites. I'm trying to convert the application to use TcpClient (or Socket) since I need to bind the connection to a local endpoint for each request. Is there a component which performs all the tasks that the ...
|
| Hard Drive Activity - Programmatically? | 27 Dec 2005 17:17 GMT | 8 |
Hello all... Please don't ask me why, but I am currently tasked to somehow discover when the hard drive is being accessed (for reads and writes). All of the searching I have done has been fruitless.
|