Interop.AUTOITXLib

starcraft

Well-known member
Joined
Jun 29, 2003
Messages
167
Location
Poway CA
OK i have loaded "Interop.AUTOITXLib" into the VB references. But i cant perform and of the functions it should enable and i did input the code
Code:
Imports AUTOITXLib
at the begining of my program code. What am i doing wrong?
 
you have selected as a reference also i presume , so if you have maybe its because you need to assign it to the form like this :
Code:
Imports AUTOITXLib

Public myClass As New AUTOITXLib.MyStuff()
then you may be able to access it.
 
Back
Top