| Thread | Last Post | Replies |
|
| activating an application | 31 Aug 2004 07:49 GMT | 2 |
I'm developing a stand-alone windows application i VB.NET. The app starts another application via the Process class in background (no window yet) and then establishes a socket communication between them. The main-app has a button which shall activate the 2nd app to display it's
|
| Very bad Microsoft support | 31 Aug 2004 07:31 GMT | 5 |
10 days ago (13 aug) I posted my first question in the MSDN Managed Discussion group. It seemed to be a good opportunity to get an answer from Microsoft if I could wait 2 days. But I'm disappointed, still I haven't got any answer from Microsoft or
|
| Shell | 31 Aug 2004 07:19 GMT | 1 |
Hello Shell and thanks for adivce So can i Use keyedhashalgoritam because i can a set a secret key Thanks
|
| .net framework initialization error | 31 Aug 2004 04:45 GMT | 2 |
I am receiving an error message each time I log in to my computer. It reads
>net framwork initialization error. To run this application you must first install one of the following versions of the .net framwork: v1.1.4322 and v1.0.3705. I do not remember trying to install this. Can ... |
| Finalization order and using finalizers to commit changes | 30 Aug 2004 17:21 GMT | 2 |
In the context of C#: Comming from C++ and new to C# it just ocurred to me to put some code in the finalizer of a class as a mean to commit changes whatever happens. It would have worked right if it were not for the fact that when I close the
|
| Debugging .NET plugin in Excel 2003 | 30 Aug 2004 14:40 GMT | 1 |
I have an excel file (.xls) that contain .net plugin and its required dll. I cannot execute it. There is no error message. But when I click a button, there is no response. Can someone suggest me about debugging it? Thanks,
|
| how to detect column changes in listview? | 30 Aug 2004 11:46 GMT | 1 |
I can't seem to find a straightforward way to detect when a user changes the width of a column on a ListView at runtime. This seems like a fairly basic thing I'd want to know, especially considering its happy to tell me that its TabStopChanged, a rather useless detail IMO.
|
| GetProperties() problem | 30 Aug 2004 07:14 GMT | 3 |
I have a simple class like that: class Foo { int bar;
|
| Validation Controls | 30 Aug 2004 05:42 GMT | 1 |
Does Validation controls like "Required field validator".... ever work with Netscape or we have to write javascript for either client-side or write server side validation. Please advice.
|
| Cryptography help | 30 Aug 2004 05:33 GMT | 1 |
hello people here is example how to hash something I want to set key for that but i don't know how?? Code works but how can i put secret key code and after that decrypt
|
| Create GUID in C# | 30 Aug 2004 01:39 GMT | 2 |
How do I create a new GUID programatically like the "Create Guid" tool does in VS.NET?
 Signature Jeff Lynch
|
| Validation controls | 29 Aug 2004 14:19 GMT | 2 |
Does Validation controls like "Required field validator".... ever work with Netscape or we have to write javascript for either client-side or write server side validation. Please advice.
|
| ABOUT MAPNETWORK DRIVE | 29 Aug 2004 09:57 GMT | 1 |
(Type your message here) -------------------------------- From: Ranjit Kumar Dear friends,
|
| Managed EXE DLL Injection | 29 Aug 2004 09:15 GMT | 2 |
I am writing some kind of an encryptor for.NET assemblies, This require me: A. To encrypt the IL code ( done successfully ) B. To enable transparent means of decrypting the IL code on run-time in a way that the encrypted DLL will stay independent.
|
| Progressbar stops working | 29 Aug 2004 08:48 GMT | 1 |
I have a Visual Basic application that process TIF and TARGA image files, some of which are upwards of 1.5 gig each. The processing can take about 10 hours on a fairly fast PC with 2 giabytes of memory. Like most anal retentive developers(!) I want to keep my eye on the progress ...
|