| Thread | Last Post | Replies |
|
| How to convert code to C# | 30 Jun 2005 21:47 GMT | 1 |
hi, all. I have a java project. now I want to change it to C# there is one code, I am confused.
|
| char.IsDigit vs char.IsNumber | 17 Jun 2005 08:02 GMT | 6 |
Hi; What's the difference?
 Signature thanks - dave
|
| How to check for same object | 15 Jun 2005 02:50 GMT | 4 |
Hi; How can I check if two objects in C# are the same object? (ie the C++ equivilent of comparing pointer values.) o1 == o2 won't do it if the equals method compares values.
|
| Passing pointers in EnumWindows | 14 Jun 2005 00:04 GMT | 2 |
I know this must be easier than I am making it but... The EnumWindows api call requires that a pointer to the function that will handle the values returned be passed as the second paramater. The AddressOf operator won't produce the required "long" datatype. How do I get the
|
| Set Application ICON | 08 Jun 2005 10:41 GMT | 2 |
hi, all How to set Application Icon Thanks
|
| Some services stop working when they don`t have work to do..... | 03 Jun 2005 16:29 GMT | 3 |
I got a Server Class in an executable and I would like to change this in a windows service. The code from the main function of the executable is the following: LoadReportingServer server = new LoadReportingServer ();
|