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