| Thread | Last Post | Replies |
|
| Own Drawn Forms | 01 Apr 2006 18:49 GMT | 3 |
I would like to write a skinable form but I really don't know where to start from. Which function should I override in order to draw the form by myslef? How do I draw each Windows element (borders, Title, Max. box etc.)
|
| clr20r3 Error | 01 Apr 2006 15:11 GMT | 15 |
On one of my Windows Server 2003 machines I get the error below. On another it runs fine. ON my development machine it runs fine. Any ideas what I could do to fix this? An unhandled exception of type 'System.IO.FileNotFoundException' occurred in
|
| Help with ADSI in NET 2.0 | 01 Apr 2006 13:53 GMT | 1 |
I'm trying to migrate my existing ADSI code from VBA into NET 2.0. Does anyone have any ideas on what I should start using? I'm trying to check the status of my IIS server accross the network, which I as able to do successfully in VBA. I also read where you could use ADO and ...
|
| Merging ActiveX Control | 01 Apr 2006 13:12 GMT | 1 |
Hi Every body, I am currently working in aproject where I am stuck in merging an ActiveX control (*.ocx) file into a managed Class Library (*.dll). I want to hide the ActiveX Control in this managed Dll, so that even when things are
|
| Theading/Updating UI ? | 01 Apr 2006 11:54 GMT | 2 |
Got a niggly problem, that I can't seem to crack. I have a command line process, which I started and capture the standardoutput with, and I need to update a form with some of the output as it progresses. But I can't update the form from the Sub OutputHandler2.
|