I am trying to develop a C# application that can communicate with a USB HID. I have overriden my WndProc method so that is catches all of the WM_DEVICECHANGE events and passes the DeviceChange method
Can anyone tell me how to send receive data between two applications over an ActiveSync connection? In my scenario there will be one application running on a desktop and another on a开发者_JAVA百科 w
I have a C# WPF app that allows users to import files by dragging them in from Windows Explorer and dropping them on the main app window.
Someone could expla开发者_如何学运维in me how the USB token works? I have to implement that secure layer in a java application, but i don\'t know very well how it works!
I am trying to secure an application to only run from a specific USB disk. I have code to get the serial number from the device, but the only way I can make this work the way I want to is to manually
I asked this previously but Jeff Atwood moved my question to superuser.com. I need a answer programmatically...
I have seen some examples on how to use RegisterDeviceNotification from the Windows API, but I have not seen any .NET examples. I want to write a C# app that is notified when a new drive appears (spec
Closed. This question does not meet Stack Overflow guide开发者_如何学JAVAlines. It is not currently accepting answers.
Is there a way to get an image from a usb scanner (on Windows primarily, cross-platform solution would be best) and post the image together to a form in browser wi开发者_运维百科th Flex or Java applet
Does anybody know how to control USB pins on a certain USB port? I think it is definately possi开发者_运维知识库ble in assembler but what about C++ or C#?