|
-
Jul 5th, 2006, 10:15 AM
#1
Thread Starter
New Member
how read a keyboard USB with HIDComm
First, sorry for my bad english...
I want to connect various keyboards USB to my PC and I want to know from what keyboard I receive the key
I use the HIDComm activeX control, that detect all KB are connected to my PC, but I can't know from which KB I receive the key...
Private Sub Form_Load()
HIDComm1.ConnectToPath "\\?\hid#vid_0a81&pid_0103&mi_00#7&ddf8fa5&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}"
End Sub
When I use the method "ConnectToPath", its execute the event ConnectFailure..
Anyone can help me?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|