| Thread | Last Post | Replies |
|
| plugin | 10 Jan 2006 16:30 GMT | 2 |
anyone know how i can implement plugin in my apps..
|
| Plug in architecture leading to versioning problems. What am i doing wrong? | 10 Jan 2006 14:53 GMT | 1 |
I have a .NET 1.1 C# app (lets call it MyApp.exe) which is designed to do some boring thing (not important now) but it can be extended with plug-ins. These plug-ins are subclasses of a type (PlugInBase) contained in a shared assembly (MySDK.dll). At startup, MyApp.exe
|
| Windows-Firewall status | 10 Jan 2006 13:06 GMT | 4 |
Is it possible to check the status of the windows-firewall? (aktiv or inaktive) regards Karsten
|
| Managed C++ Safe CritcalSection | 10 Jan 2006 11:37 GMT | 4 |
In the prior C++ world we used to have locks that we would declare on the stack such that as the stack was unwound the critical section would be released. I am wondering how this works with managed C++. Here is a class that I wrote to wrap a monitor for an object around. I ...
|
| Copy html to clipboard | 10 Jan 2006 11:30 GMT | 3 |
Hi, I want to copy hyperlink to clipboard with Clipboard object. It's working well with text, but not with HTML. Text:
|
| NET 1.1 Exception problem | 10 Jan 2006 10:43 GMT | 1 |
I have following problem with exceptions: it seems that there is not enough exception classes for me. Let me explain: System.IO.File.Create can throw System.IO.IOException if few cases: path
|
| Can VS 2005 build an app that works with .NET Framework 1.1? | 10 Jan 2006 10:39 GMT | 4 |
I know the official answer is that framework 2.0 is required. But I have a simple C# app that is used in a testing environment on systems that don't have 2.0. I want to be able to just put the app on a USB key, put it in a system, and run it, without having to go through an ...
|
| First Time TcpClient user | 10 Jan 2006 09:57 GMT | 1 |
"..Overloading.. Constructer Class... Async stream read/send" All I want to do is -- WaitforString "UserID & PW" to login to a router, capture some config info and be on my way.
|
| Auto reconnect TCPclient | 10 Jan 2006 09:54 GMT | 1 |
Hi, is there any ways to make the tcpclient auto reconnect to the server when it's disconnected ?
 Signature Simpleware Solution
|
| Application Initialization Error | 10 Jan 2006 09:34 GMT | 2 |
I am trying to debug and run a .net application using studio. It compiles right, but at startup it crashes with following error The application failed to initialize properly (0xc0000005). Click on OK to terminate the application.
|
| How to hide a property ?.... | 10 Jan 2006 08:18 GMT | 5 |
I have a base class, let's say class A { ...
|
| .NET 2.0 final release change log | 10 Jan 2006 07:43 GMT | 1 |
I'm interested in seeing what changes are made to .NET 2.0 (and supported languages like C#, VB, etc) final release since the Beta 2.0, but I can't find any satisfying article. Is anyone aware of one?
|
| Decompress gzip with System.IO.Compression | 10 Jan 2006 03:11 GMT | 3 |
I have a file, that is gzipped. I can decompress the file, take the bytes read and write them to another stream. the only problem is when I write the data to another file, the size of the byte array to write is equivalent to the COMPRESSED file size, and not the DECOMPRESSED file
|
| Wrong Regional Setting | 10 Jan 2006 02:57 GMT | 1 |
My OS is W2k in Spanish, buy I've changed the regional settings to work with dates formatted in English. In spite of this, System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat doesn't
|
| Opening winExplorer positioned on a folder | 10 Jan 2006 00:16 GMT | 1 |
>From VB.NET (or C++/#) I wish to open WindowsExplorer on a given folder, say C:\Documents and Settings\User\Documenti\Downloads in a window not maximized, say 400x500
|