rafu5418 Posted June 6, 2010 Posted June 6, 2010 Dear friends, anyone have any good samples or examples of cAutoit+VB6 code where i can learn. Actually im a vb6 programmer and i want to deploy autoit scripting throw vb6. plz help... If no samples or examples available please tel me how i can run the autoit script on vb6 coding? thank you
Skyhawk32807 Posted June 6, 2010 Posted June 6, 2010 Dear friends, anyone have any good samples or examples of cAutoit+VB6 code where i can learn. Actually im a vb6 programmer and i want to deploy autoit scripting throw vb6. plz help... If no samples or examples available please tel me how i can run the autoit script on vb6 coding? thank you Are you just trying to execute a script from withing VB? You could compile your script into an *.exe, and then call the .exe from within VB Dim RetVal RetVal = Shell([Pathname of EXE],[WindowStyle As vbAppWinStyle = vbMinimisedFocus])
rafu5418 Posted June 6, 2010 Author Posted June 6, 2010 Are you just trying to execute a script from withing VB? You could compile your script into an *.exe, and then call the .exe from within VB Dim RetVal RetVal = Shell([Pathname of EXE],[WindowStyle As vbAppWinStyle = vbMinimisedFocus]) Sir, thanks. but that's not the thing i want. I want to use cAutoit.dll and run the autoit script is it possible? Thank you
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now