| Thread | Last Post | Replies |
|
| Help! Flash OCX on VS2005 | 02 Mar 2007 10:20 GMT | 2 |
the Flash OCX not work on VS2005! see this link: http://blogs.vbcity.com/drydo/archive/2005/12/07/5731.aspx the Bloger suggest to copy Assembly files from 2003 project, it's work! but must have some direct solution for this problem??
|
| DLLImport System.NullReferenceException | 02 Mar 2007 10:19 GMT | 1 |
I try to implement methos from an unmanaged DLL in C# to get access to an external device. I have a problem with the following C method: char* __stdcall RDR_SendCommandGetData(void* hReader, char* command,
|
| FileSystemWatcher | 02 Mar 2007 09:38 GMT | 2 |
I'm trying to make us of the FileSystemWatcher. I have it watching a folder for creations and deletions of files. When files are added (by an outside process) to this folder I do get the event for the creation.
|
| System.DirectoryServices and Authentication | 02 Mar 2007 05:55 GMT | 1 |
Could I use System.DirectoryServices to do some functions like as NetUserChangePassword and NetValidateName? Any comment is appreciated. Best Regards Enosh Chang
|
| how to use VC++ dll in .net | 02 Mar 2007 05:46 GMT | 1 |
I am having one VC++ dll. I need to refer this dll form C# web site. When I try to add the dll as reference it says the "dll should be com dll or assembly". So I understood I shouldnt use the VC++ dll as it is. I created a serviced component so called wrapper class. Then I tried ...
|
| Get LOGON USER name in .NET 2.0 | 02 Mar 2007 05:18 GMT | 3 |
I recentlly converted some web services to 2.0. So far everything has worked great with the exception of one of the functions in an AD service. the following code: string sUser = HttpContext.Current.Request.ServerVariables["LOGON_USER"];
|
| how to format disk using .NET | 02 Mar 2007 01:55 GMT | 2 |
I want to be able to format a removeable hard disk (i.e. PCMCIA drive) programmatically using .NET. Does anyone know how this can be done?
|
| How to get a .NET hotfix | 01 Mar 2007 20:24 GMT | 2 |
How do I get a .NET 1.1 hotfix without paying a $99 support fee? It is mentioned in the following article: http://support.microsoft.com/kb/842706/en-us Thanks.
|
| Reflecting on an executing assembly | 01 Mar 2007 20:21 GMT | 3 |
I was wondering how to go about looking at an executing assembly and getting a list of not all types but all instantiated types and references to those objects. Something similar to what the propertygrid in Visual Studio is doing....I need to provide property grid like ...
|
| installing msn messenger | 01 Mar 2007 18:18 GMT | 1 |
I am trying to install msn meesenger and half way through installation it bootstrap has caused an error nin BOOTSTRAP.EXE. Bootstrap will now close. What does this mean and how do i install messenger? Thank you
|
| Daylight Savings Time (DST) defaults to GMT after patch | 01 Mar 2007 17:49 GMT | 2 |
We have deployed the 931836 patch and validated with tzedit, however some appilcations report GMT even though our timezone is Central (US). Has anyone else experienced this? I know that if you re-select Central Time in the clock settings it will fix this but I need to have an ...
|
| Deadlock in XmlSerializer when using RedirectStandardInput | 01 Mar 2007 15:00 GMT | 5 |
I have encountered a situation where a thread (say, thread-1) blocks for 10 minutes in an XmlSerializer constructor. This occurs when another thread (say, thread-2) is blocked in a call to Console.ReadLine and the process was created using System.Diagnostics.Process with ...
|
| Installer problems on Windows Server 2003, COM not registered | 01 Mar 2007 11:39 GMT | 1 |
I have problem with Windows installer. It works OK on Windows 2003 without problems and on Windows 2003 with service pack it fails. It *compiles fine* on dev machine (XP) and when executed (on XP too) it fails with following error:
|
| Window's Vista Controls | 01 Mar 2007 07:34 GMT | 6 |
I have VS2005 running on Windows Vista, and all seems to operate just fine - except the app I have created uses a scrollbar control added to a panel control. It operates correctly, but does not have the "look" of a Vista scrollbar. The RichTextBox I am using has Vista looking ...
|
| create string array from dataread results | 01 Mar 2007 05:16 GMT | 3 |
I need to create a string array from a datareader in .net 2.0 I am using this: ArrayList al = new ArrayList(); using (SqlDataReader dr = cmd.ExecuteReader())
|