Accessing USB

  • Thread starter Thread starter john wright
  • Start date Start date
J

john wright

I am trying to access a Human Interface device on USB. It is a device that
will lock the PC when you walk away. I read the article on Coding for fun
on MSDN and it was interesting, but as always it was C# with scant VB
details. What I am looking for would be a control that would communiate via
USB or classes I can import or set references to. I just want to poll the
device and lock the PC when someone walks away or the device is removed.
Can anyone point me to some classes or controls that would help in this
endevor. The Coding for fun article coded plugins, I just want a self
contained program to run.

And if any Microsoft people are listening, thank you for the port access in
2.0 framework, now how about putting in some USB support at least for
generic Human Interface Devices

John Wright
 
john wright said:
I am trying to access a Human Interface device on USB. It is a device that
will lock the PC when you walk away. I read the article on Coding for fun
on MSDN and it was interesting, but as always it was C# with scant VB
details. What I am looking for would be a control that would communiate
via USB or classes I can import or set references to. I just want to poll
the device and lock the PC when someone walks away or the device is
removed. Can anyone point me to some classes or controls that would help in
this endevor. The Coding for fun article coded plugins, I just want a self
contained program to run.


Untested:

The USB library for .NET
<URL:http://www.icsharpcode.net/OpenSource/SharpUSBLib/>

Device notification:

<URL:http://www.windowsformsdatagridhelp.info/?ID=0473ec0b-ae66-47a4-aaee-700b414ef215
<URL:http://www.windowsformsdatagridhelp.info/?ID=e6f103d1-1c0d-4d89-a2a0-f3826480a706>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top