| Thread | Last Post | Replies |
|
| a simple Window Form 11.000k of memory usage | 29 Mar 2004 12:07 GMT | 1 |
if you start an iexplorer thats 11.836k and a simple form that contains notting 11.588k that makes .net heavy ? isn't it ... why this high memory consumption happens what makes it in .NET ???
|
| unloading assemblies | 29 Mar 2004 11:33 GMT | 1 |
I have a system that generates assemblies at runtime, loads them, and executes code in them. The assembly is stored in memory until the source is modified, which causes the assembly to
|
| Help neede in setup. | 29 Mar 2004 11:26 GMT | 2 |
Apart from using .NET Setup Project, which is the right product to develop an "Install shield" for the .NET application? We have tried using "Install Shield for Microsoft Visual C++ 6", which has limitation (possibly could be because of an evaluation copy or product
|
| Who is holding the file | 29 Mar 2004 09:18 GMT | 1 |
Hi al I want to delete a file from my.But before that i want to find out whether some other process is holding the file.How can i found this .Is there any method in VB.net to find it.
|
| Basic C# Network programming using Sockets | 29 Mar 2004 08:06 GMT | 3 |
Hello to Every One Can any one tell me where can I find beginners resource for Network Programming in C#. Like shutting down or log off a remote PC. I am an absolute beginner. I'll appriciate if any one would let me know.How can I do it? Using sockets??
|
| zip library | 29 Mar 2004 07:07 GMT | 1 |
Can anyone recommend a good free c# zip library? Thank You, -Jim
|
| Class and Component Class | 29 Mar 2004 07:03 GMT | 1 |
Can you kindly help me on this What are the difference between the Class and the Component Class ? Thanks..
|
| "An existing connection was forcibly closed by the remote host" | 29 Mar 2004 04:19 GMT | 12 |
Only when I use a proxy server, I'm getting this error when attempting to write data to a Stream object from an HTTPWebRequest object. (System.IO.Stream.Write() raises the exception):"An existing connection was forcibly closed by the remote host"
|
| Getting values of method call from exception object | 28 Mar 2004 21:41 GMT | 3 |
Is there any way to get somehow values of method paramter in which exception has been thrown example public void Foo(int ala, string ola
|
| Raw Input | 28 Mar 2004 19:36 GMT | 1 |
Has any one tried to use Win API to read Raw Input Or Any Examples I have tried to get WM_INPUT notifcation from a wndproc but won't work RegisterRawInputDevices returns false and when i looked at the
|
| COM Objects | 28 Mar 2004 17:11 GMT | 1 |
When I add "A reference" to 'dll' file, I got the following error message "A reference to 'xxx.dll' file could not be added. This is not a valid assembly or COM component. ... This happens at VB .Net project. The DLL file was made at VB 6, and I don't have the source code What ...
|
| Cannot uninstall .net framework 1.1 help please | 28 Mar 2004 15:38 GMT | 1 |
I run Windows XP Home SP2 RC1(build 2096) and I have installed .net framework 1.1 with the update SP2 beta for 1.1 I want uninstall .net framework , I click on Microsoft .net Framework 1.1(SR1) on Add/Remove Programs , but when the proccess begean "preparing to remove" the ...
|
| Please help. | 28 Mar 2004 14:11 GMT | 1 |
I need to know whether .Net provides methods/classes for displaying shared folders of a device. One way to solve this problem is to import Win32 dlls ,but is there a direct way provided by .Net by which all the user level shared folders can be
|
| Wrinting code for windows CE based pocket PC | 28 Mar 2004 12:26 GMT | 1 |
I made a project in VB6 and had VB.net convert it for me to VB.net code, I uploaded Compact .Net frameWork to the Pocket PC but the project still doesnt work. please help
|
| openinig files programmatically | 28 Mar 2004 11:03 GMT | 1 |
Hai all I want to open a file(say .TXt or .CHM) with its associated editors from my program.How can i done this in VB.ne Thank u
|