Correction: 56.5 years now. :P

I've been doing a lot of reading on EasyHID, it's easier to swallow after having gotten one application running with HIDMaker.

I just can't get over this error on this Connect statement:

Private Sub Form_Load()
' do not remove!
ConnectToHID (Me.hWnd)
End Sub

COMPILE ERROR: SUB OR FUNCTION NOT DEFINED.

I know I'm missing a file or something simple, I just don't know what. I've copied MCHID.dll to the folder where I am working and also into the VB6 main folder and I still get the error.

Robert