| Thread | Last Post | Replies |
|
| defining events in interfaces | 25 Oct 2004 22:55 GMT | 4 |
As far as I can see it is not possible to define an event in an interface. (correct?) This seems odd since the events that an object support are part of its contract. It seem perfectly reasonable to define an interface that states
|
| Why sp1 and not .Net V1.2 ? | 25 Oct 2004 18:54 GMT | 6 |
My app works fine with .Net 1.1 but will not run if sp1 is loaded. I've traced the problem to some enums which I've now replaced with alternative code and all is well. This service pack seems to be breaking other peoples apps too. Was it not possible for Microsoft to release this ...
|
| Determine file type | 25 Oct 2004 15:57 GMT | 1 |
Does anybody know how to determine the type of a file? I already tried FileInfo and it has the Extension property but what I want is the description. For example, ".xls" the description is Microsoft Excel Worksheet.
|
| Using named pipes from managed code | 25 Oct 2004 15:31 GMT | 1 |
I have been looking for some named pipes solutions and I have found a couple that were very extensive and very complicated ones. I tried a more simplistic approach. I imported enough API calls to create the pipe etc and then took the returned pipe handle and created a FileStream ...
|
| Telling where we are in the stack | 25 Oct 2004 15:31 GMT | 2 |
I'm trying to use this to determine which method called my method. I have two ways, but neither is quite right: Method 1: Sub WhereAreWe()
|
| TAPI | 25 Oct 2004 15:31 GMT | 1 |
I am trying to learn to use TAPI. I have an article from MSDN, pretty old, November 1995, by Nancy Cluts, titled, "Creating a TAPI Connection using CTapiConnection". Has anyone had some experience with this? Are there some newer examples
|
| Testing SmtpMail before sending the mail? | 25 Oct 2004 15:20 GMT | 1 |
I would like to test and be reasonably certain that email will be sent out before it is actually sent out. The scenario that I am thinking about is resetting a password. Before I reset the password I would like to know that I can email the new password out. If I reset the ...
|
| how to disable the "Print Screen" key functionality | 25 Oct 2004 13:54 GMT | 1 |
Does anyone know how to disable the "Print Screen" key functionality in Windows 2000 and in Windows XP so that screen captures cannot be pulled from video RAM and pasted into another application? Thanks
|
| Modems | 25 Oct 2004 13:31 GMT | 3 |
Is there a Class or some related Windows programming interface for Modems, vs writng my own for a specific modem? I would like to have the ability to change modems and not have to change the code. I am thinking there must be some MS API that does that.
|
| Integer.Tostring in msgbox | 25 Oct 2004 13:26 GMT | 1 |
Integer.Tostring in msgbox The most stupid question ever I'm embarrased to ask it but here it is. The code below produces a blank in the first message box and a hello in the second. Please tell me what idiotic
|
| Class for using WebDAV | 25 Oct 2004 12:34 GMT | 2 |
my mail provider is offering 1 GB of webspace which I can access via browser or by using WebDAV. I've been searching for a class encapsulating WebDAV functionality for quite some time but i couldn't seem to find one. All I found were some
|
| How to enable enable just in time (JIT) debugging? | 25 Oct 2004 10:19 GMT | 3 |
I'm developing a C# application and I'm getting a JIT error (by the way, how to solve this errors if no exception is thrown?). I want to enable JIT debugging, but I'm with problems to do so. I've created the file nameofmyappexe.config and here is the content of that file:
|
| Repost: Decimal division/remainder fail near Decimal.MaxValue | 25 Oct 2004 10:18 GMT | 2 |
The following test program illustrates this point. Decimal Remainder overflows while calculating near MaxValue. Decimal Divison fails to get correct answer at MaxValue / 10M or ToString() is rounding on us quietly ?
|
| .NET 1.1 service pack 1 debug symbols | 25 Oct 2004 09:53 GMT | 2 |
Visual Studio .NET 2003 shipped with debug symbols (.pdb) for the .NET 1.1 framework. These symbols have been essencial in solving stack problems while debugging C++ mixed (managed and unmaged) code. Without the debug symbols, almost all the time my breakpoints break on mscorwks ...
|
| Activation Error | 24 Oct 2004 15:07 GMT | 1 |
Folks, I get an "Unable to connect" error when I'm attempting to activate VS 2003 .NET Academic. There are no ports relevant being blocked (80 or 443), and I'm at wits end.
|