| Thread | Last Post | Replies |
|
| GUID | 22 Mar 2006 17:12 GMT | 5 |
Below is some C# code that I am using to try and access the network adapter GUID in the registry: string key = @"SOFTWARE\Microsoft\WZCSVC\Parameters\Interfaces\" +
|
| Losing focus on a slider control within a user control | 22 Mar 2006 17:03 GMT | 1 |
The problem: I want to know, definitively when a slider loses focus after a user has started sliding and hasn't released the mouse yet. It appears that this is captured with the WM_ACTIVATEAPP message but this only goes to
|
| .dot framework 2.0 Beta | 22 Mar 2006 16:47 GMT | 2 |
I installed this some time ago. I need to uninstall it in order to install latest version. It will not uninstall I immediately get an error message install.res????.dll
|
| Missing events | 22 Mar 2006 16:19 GMT | 2 |
When I make changes and rebuild my application I notice that sometimes some events are detached from their components. eg a button without its click event, I often have to go through the application and re-attach the events to their components.
|
| Mysterious bug in VS2005 which occasionally causes crash | 22 Mar 2006 16:07 GMT | 2 |
A coworker and I have spent the last day and a half trying to track down this bug in our code. We found the solution and thought we might post it to help others out... The setup: Class FinalForm derives from Class BaseForm that derives
|
| Crystal Report License - Multiple Thread Safe? | 22 Mar 2006 14:25 GMT | 3 |
First let me start by saying that this problem is not consistently reproducible. I have a windows service that creates reports for a group of entities. This service can process multiple groups at a single time, where each group is running in a separate thread. I have
|
| Browsers | 22 Mar 2006 13:14 GMT | 1 |
I usually use IE 6 to view my web sites once i have deployed them. One of my clients use apple macs. Is there anything i should be aware of when deploying my app at their site. i hope to install it on a windows platform but client machines at that site will be using macs to view ...
|
| Weird ADO / Guid problem ( Syntax error converting...) | 22 Mar 2006 11:54 GMT | 1 |
When calling a stored procedure on a SQL 2005 DB with the managed SQL ADOprovider I got the following exception: Syntax error converting character string to uniqueidentifier when I use the following value for a unqiueidentifier variable
|
| C# code needed to open the windows "Open with" dialog | 22 Mar 2006 11:41 GMT | 1 |
I need C# code needed to open the windows "Open with" dialog Regards, Shilpa
|
| Identify a file type and open the file | 22 Mar 2006 11:36 GMT | 2 |
I want to write C# code to identify a file type and open the file in the associated editor. For example, text files should be identified and opened in notepad, html should be opened in internet explorer/netscape/mozilla.
|
| C# code to open a windows directory | 22 Mar 2006 11:17 GMT | 2 |
I need the C# code to open a windows directory. Regards, Shilpa
|
| Icomparer Interface | 22 Mar 2006 10:22 GMT | 4 |
I am trying to arrange a CollectionOfCars in increasing order of their X-Cordinate location. CollectionOfCars is a generic collection. Dim CollectionOfCars as new list(of Car)
|
| Interfacing with a database using an API (i think...) | 22 Mar 2006 10:22 GMT | 5 |
At least I think it's using an API (i don't totally understand the concept.) I'm using Act 6. I need to interface with the act database and add 'contacts' to the database. The reason I need to do this is because i'm
|
| San Diego .NET Developer Group Meeting - Tuesday April 4th | 22 Mar 2006 09:43 GMT | 1 |
San Diego .NET Developer Group Meeting - Tuesday April 4th 6pm - 6:55pm: Leveraging the Enterprise Library in your ASP.NET 2.0 Site (Tim McCarthy) 7pm - 7:55pm: VB.Net and Compact Framework 2.0 - Porting and Cross-Platform
|
| for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated? | 22 Mar 2006 09:32 GMT | 1 |
for some reason when i deploy my C# application on windows 2003 occasionaly rdr[0].ToString() hangs where rdr is a System.Data.SqlClient.SqlDataReader. Is there a fix for this? is my visual studio.net out dated?
|