| Thread | Last Post | Replies |
|
| Passing Topic(Id) to Help.ShowHelp | 29 Jan 2007 16:53 GMT | 2 |
Hi; I am trying to have a chm file come up on a specific page. I have tried: Help.ShowHelp(this, filename, HelpNavigator.Topic, "Finished.htm"); Help.ShowHelp(this, filename, HelpNavigator.Topic, "/Finished.htm");
|
| vista sdk vs .net3 extensions | 22 Jan 2007 22:03 GMT | 1 |
Seeing as how vista extensions to vc2005 are documented by microsoft as being "undocumented" and I should refer to newsgroups and such I have this question: after downloading and installing the windows vista sdk, what is the
|
| Unable to locate .NET Framework 3.0 SDK | 20 Jan 2007 20:42 GMT | 2 |
I was hoping someone could direct me to where the .NET Framework 3.0 SDK is located. I have only been able to locate the run-time. Thank you.
|
| How do I Redistribute the .NET Framework | 12 Jan 2007 00:50 GMT | 1 |
I read this article in an attempt to figgure out how to redistribute the .NET Framework http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/red istnet20.asp I have Dotnetfx.exe ready to go but in the nots I read this
|
| Class for IP address and mask? | 08 Jan 2007 03:24 GMT | 3 |
Hi; Is there a class that holds an IP address and a mask? I thought there would be but cannot find it.
|
| DirectoryEntry.Exists() throws COMException | 07 Jan 2007 19:18 GMT | 2 |
Hi; On Windows 2003 when I call: DirectoryEntry.Exists("IIS://localhost/SMTPSVC/1"); and the SMTP server is not installed, it thrown a COMException with "Unknown
|
| Is everyone supposed to recreate header files every time? | 06 Jan 2007 03:34 GMT | 5 |
It seems that Microsoft isn't going to translate a lot of the Windows API into .net. And so i'm constantly seeing everyone having to mantually translate the .h headers themselves into C# code. Is there some project out there that translates all the Win32 headers in C#; similar to ...
|
| C# equivilent to GetObject()? | 02 Jan 2007 10:54 GMT | 9 |
Hi; How can I do the following in C# in all managed code: Set IIsSmtpSvrObj = GetObject("IIS://localhost/SMTPSVC/1")
|