| Thread | Last Post | Replies |
|
| ObjectDisposedException if USBtoSerial Port is unplugged | 05 Oct 2006 16:24 GMT | 4 |
I'm writing an Application for a serial device, which is using a USB-to-Serial Converter. I'm polling that device for new data every 500 ms. So this is working fine. But if the customer unpluggs the USB-to-Serial Converter, I get an
|
| .NET 3.0 with Visual Studio 2005 | 05 Oct 2006 16:11 GMT | 7 |
Will .NET 3.0 work with VS 2005? For example, will I be able to design GUIs with XAML in with .NET 3.0 and VS 2005?
|
| NT Service - Local service account and user account | 05 Oct 2006 16:03 GMT | 3 |
I'm writing Windows Service, that will check few registry keys. Is there any possibility to read registry keys from HKEY_Curren_User, when .NET Application is running in Local System context?
|
| Argument with a developer | 05 Oct 2006 15:52 GMT | 6 |
Hello all. I'm a systems admin and not a developer. I work in a large IT department with teams of developers. Currently we are asking them to develop a utility for us that will migrate code, among other things. It's going to be written in .NET code, and is meant to replace our
|
| Pop up blocker crashes IE | 05 Oct 2006 15:35 GMT | 1 |
I am running IE explore 6 on Windows XPSP2. Sometimes after I get the pop up telling me I have been saved from another pop up, IE freezes and I can no longer navigate. Solutions?
|
| Pls Explain Path in this MSDN example | 05 Oct 2006 14:49 GMT | 2 |
Starting with http://msdn2.microsoft.com/en-us/library/system.management.managementscope.aspx ' Make a connection to a remote computer. ' Replace the "FullComputerName" section of the
|
| Bug with simple menus in WinForms (.NET 2.0) | 05 Oct 2006 13:46 GMT | 2 |
Could someone please try the following and tell me whether they can reproduce this bug? I'm running 2.0 (the latest version, I presume, since Windows Update doesn't suggest any 2.0 updates). I've Googled for reports on this, but I've found nothing.
|
| comms port re-assignment | 05 Oct 2006 09:47 GMT | 4 |
Does anyone out there know how to go about changing comms port assigments programatically. I have an application I am to develop using USB to serial bridges. My customer want me to make sure my application ALWAYS uses Com1.
|
| How to launch another application from my application | 05 Oct 2006 08:20 GMT | 1 |
I want to create a an application where I will add a list of some of the most used programs on my desktop and use it to launch those applicaiton directly from there. Can I do this using C# ? i.e. can I write an application in C# whose sole purpose is to launch
|
| Async Socket IO Question | 05 Oct 2006 06:51 GMT | 8 |
Hi all. I have been digging around trying to find an answer to a few questions that are bugging me. I am hoping someone here can help. 1 - If you start an Async IO (BeginAccept) and the client hangs up what happens? The docs really don't tell you one way or the other. In my ...
|
| howto modifying resource on an existing assembly (.exe) ?? | 05 Oct 2006 04:28 GMT | 18 |
I would like to write a little C# program that store some text inside a resource, without a external file storage. For example : - an auto extracting zip file
|
| GAC dependencies | 04 Oct 2006 22:07 GMT | 1 |
I'm in a situation where I have to deal with a huge number of dependencies in the GAC. We have tons scehmas that all exists in their seperate dll. They are then referenced by other assets that all exists in the GAC. This is starting to get out of hand and we need an easy way of ...
|
| 'System.StackOverflowException' occurred in System.Drawing.dll | 04 Oct 2006 22:00 GMT | 4 |
I am getting the following exception which I can not seem to trap: System.StackOverflowException was unhandled Message: An unhandled exception of type 'System.StackOverflowException' occurred in System.Drawing.dll
|
| Permission Exception. | 04 Oct 2006 21:42 GMT | 1 |
A very small utility app I have written throws an exception "Request for the permission of type 'System.Net.Mail.S mtpPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c56
|
| Monitoring logon-logoff events | 04 Oct 2006 21:42 GMT | 5 |
1) How can I monitor events in Windows? I need to catch login and logoff on Windows XP. 2) I will use it to build NT Service monitoring login type - by smartcard or by password.
|