Showing related tags and posts accross the entire site.
-
Hi All I am developing a C# application, which starts working on the arrival event of USB device. It is working fine, I am overriding the WndProc method, and checking for the DBT_DEVICEARRIVAL. But Now I want to simulate the arrival and removal. How can I simulate a Window Message?
-
I am getting this exception from Application.Run(). I am using some WIN32 API Calls for handling my usb device(Creating files, Read and Write). It is also coming from some managed code too, like some functions etc. Enviornment : .Net 3.5, Windows XP Please help.
-
Hi All I am using some USB library to check whether I my client's USB disk is inserted or not. And I am using USB device's friendly name property for some purposes. This is working fine in my XP SP2 box, but when I tested this stuff in Vista Ultimate, it is returning NULL. And I am getting some...