inpout32.dll

F

Thread Starter

franfash

Am presently working on an assignment which involved inpout32.dll file, but the vb compiler is complaint that a file is missing and I could figure out the file...
 
C
Try using Delphi & input32.dll, within 3 hours of learning Delphi I had it working, only needs the exe and the input32.dll - I used to use VB religiously, but using 'stdcall' with delphi was a piece of cake - add (remember to add inpout32.dll to the implimentation section).
 
Had same problem with vb6 in W2K. First make sure inpout32.dll is in c:\winnt\system folder for W2K or c:\windows\system for xp.
 
Top