Hello all,
I am debugging a vb app for my company. I did NOT create this app. So far there is just one thing that has been bugging me, AxctlUSBHID.AxUSBHID. Heres the code and the error im getting for each section. There is only two errors.
(1)
Private Sub InitializeComponent()
Me.AxUSBHID1 = New AxctlUSBHID.AxUSBHID
error for code above = Error 3 Type 'AxctlUSBHID.AxUSBHID' is not defined.
(2)
Friend WithEvents AxUSBHID1 As AxctlUSBHID.AxUSBHID
error for code above = Error 4 Type 'AxctlUSBHID.AxUSBHID' is not defined.
I hope someone knows how to handle this menace as google has failed me. Thanks in advance for any help.