begin slow, create a running application in VB with HID maker. Then scroll in the code onto the ...
Code:
'*****************************************************************
' a HID device has been plugged in...
'*****************************************************************
Public Sub OnPlugged(ByVal pHandle As Long)
Dim DeviceHandle As Long
If hidGetVendorID(pHandle) = VendorID And hidGetProductID(pHandle) = ProductID Then
' Here you have a perfect match of the pre-define USB device
' ** YOUR CODE HERE **
End If
End Sub
Do you still hae the VB PDFs i think i already sent you? If not let me know... soon 'cause i have to go in few minutes.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks