| Thread | Last Post | Replies |
|
| Fusion info | 08 Oct 2003 22:58 GMT | 1 |
I have the following reports from fusion at the bottom of this mail. The thing I don't understand is why I get a warning about not being able to probe in G:\work which is where my assembly is indeed located? How do I make it so that it looks in G:\work?
|
| Memory Usage Increases constantly for Directory.GetFiles() | 08 Oct 2003 21:04 GMT | 1 |
I wrote an windows application in VB.NET which browses a specific folder for files, say c:\temp, repeadlty in a timer. Each time the timer is executed (which has only one line
|
| Microsoft Drops The Ball! | 07 Oct 2003 14:43 GMT | 2 |
I have been using VB.NET since its beta release a few years ago. I was blown away by its debugging capabilities. The ability to drill down into the member variables of an object in the watch window was
|
| C# and thread id | 07 Oct 2003 01:33 GMT | 2 |
Coming from the world of unix, I'm looking for a C# fucntion that does as the unix thr_self() function does. For those of you who arent familiar with that function, I basically need a method of letting a child thread obtain
|
| How to prevent a certain application's screen capturing. | 06 Oct 2003 09:59 GMT | 3 |
My customer is making a program with security function and they have to prevent this application's screen capturing or whole screen capturing from "Print Scrn" key and other screen capturing programs.
|
| How to manually register VsWizard.dll ?? | 05 Oct 2003 02:48 GMT | 1 |
I want to manually register VsWizard.dll on my system. I tired regsvr32 "C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE\VsWizard.dll", but then it reports, "C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE\VsWizard.dll" is not an executable file and no ...
|
| how to get hardisk serial number | 04 Oct 2003 21:48 GMT | 2 |
how can i get harddisk serial number in vb.net. Thanks.
|
| expand datagrid in Pocket PC 2003 | 04 Oct 2003 14:02 GMT | 3 |
I have device HP iPAQ 5550 with win Pocket PC 2003 I develop application on VS.net 2003 in VB.net I have problem with DataGrid after set data source to datagrid I see changes on data grid (see picture) and I can't expand data grid Pleas help
|
| API function returning a pointer to a structure | 04 Oct 2003 10:44 GMT | 3 |
I have an API function (unmanaged code in a DLL). This function returns a pointer to a structure: typedef struct _MYSTRUCT {
|
| Using (char *) in a structure | 03 Oct 2003 09:48 GMT | 2 |
I have to call an API function (unmanaged code in a win32 DLL). The API function fill a structure like this: typedef struct _MYSTRUCT {
|
| Character decoding problem | 03 Oct 2003 08:52 GMT | 1 |
Currently i'm working on developing a component, which will read all the incoming mails of an smtp server and it has to decode the actual mail content by using the encoded content of the mail. I also have the charset used
|
| How to get scroll bars to update when using ITextDocument and ITextRange??? | 02 Oct 2003 20:53 GMT | 1 |
I have a range object which I use to append text to the end of a rich edit control. The problem is that the scroll bars do not appear once the text overflows the window.
|
| Localization / Globalization doubt! | 02 Oct 2003 12:46 GMT | 1 |
Does anybody knows where can i find Localization / Globalization examples, tutorials, how to uses, etc??? any link???? Thanks!!!
|
| Thread Pool | 02 Oct 2003 05:56 GMT | 6 |
Hi i am trying to develop multithreaded application in which user send the request to the server and on server systems creates 20 thread for that user and do different
|
| host ... | 02 Oct 2003 04:00 GMT | 5 |
In my App the user could manually enter some host computer location for this he has the choice to enter either the IP or host name. I get the IP address internally with the following code sample: IPAddress ia;
|