Jump to content

Recommended Posts

Posted

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

Posted

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])
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...