| Thread | Last Post | Replies |
|
| Split and Join DateTime? | 30 Aug 2005 02:37 GMT | 1 |
I am implementing an Interface in a class, and the method signature accepts a single DateTime value. I have 3rd-party code that sends two DateTime values in an object[] array.
|
| How to accept drop url from IE address bar? | 28 Aug 2005 01:39 GMT | 2 |
How do I accept a URL in Drag and drop from IE address bar. My drag and drop works fine for files but I have been unable to get a URL from IE.
|
| Installing SDK 2 beta 2 when beta 1 already on system | 20 Aug 2005 20:25 GMT | 1 |
I currently have the .NET redistributable and SDK, both ver. 2.0 beta 1, installed on my system. I am going to install the latest version 2.0 beta 2 of both the redistributable and the SDK. Do I need to uninstall the 2.0 beta 1 versions first or can I just install the new ones ...
|
| Microsoft cl compiler won't find standard header files | 17 Aug 2005 21:05 GMT | 1 |
Can anybody help me figure out why my cl compiler (or pre-processor) can't find the standard header files. For instance, I have a simple C program: #include <stdio.h>
|
| Can not find C# compiler | 08 Aug 2005 21:44 GMT | 2 |
I have installed dotnet SDK 1.1 According to the documents that is part of the SDK the c# compiler shall be located in \WindowsDirectory\Microsoft.NET\Framework\v1.0.FinalBuildNumber however in my installation I dont even have such a path.
|
| http client request sample | 03 Aug 2005 20:52 GMT | 7 |
Hi; I am trying to create a licensing system like MS Office has. When I get the key I want to talk to my server using http. Is there a good sample of how to do this on the client side anywhere?
|