Jump to content

Recommended Posts

Posted (edited)

Have attached a zip containing a very small project just to show how to use AutoItX DLL in Visual Basic6.

It will check whether notepad window is open. If not, it will open Notepad and send some text to the notepad.

Could be useful for the beginners to start with.

autoitXDemo.zip

Edited by sl_alagappan
Posted

Good Idea,

You did not recognize it because you did not add Option Explicit but:

You have a typo that should be corrected

Set cauotoit = Nothing

Should be

Set cAutoit = Nothing

  • 7 months later...
Posted

Excellent, this example helped me :)

thanks

<{POST_SNAPBACK}>

The actual credit goes to Jon and all the AutoIT Developer Team

who hv made this fantastic very useful program!

Guest j_buzbee
Posted

ok i am having trouble identifying a couple thing in .net

_ArrayCreate , is this supported with the dll or not

i have tried several things to make it work but nope it wont

  • Developers
Posted

ok i am having trouble identifying a couple thing in .net

_ArrayCreate  , is this supported with the dll or not

i have tried several things to make it work but nope it wont

<{POST_SNAPBACK}>

_????? functions are UDF's (User Defined Functions, which are functions coded in regular AutoIt3 syntax. so they will not work in the dll version since it requiers an #include <array.au3> .......

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • 1 year later...
  • 10 months later...
Posted

Have attached a zip containing a very small project just to show how to use AutoItX DLL in Visual Basic6.

It will check whether notepad window is open. If not, it will open Notepad and send some text to the notepad.

Could be useful for the beginners to start with.

Thanks very much. Indeed this is VERY helpful. I had zero experience in using AutoIt as an ActiveX object from within Visual Basic (2005) and this got me started right away. This should stay on top of the ActiveX forum.

  • 2 years later...
Posted

Dear sir,

do you have more sample of how to use AutoItX DLL in Visual Basic6?

and another thing i want to know can i able to run 'autoit script as asusal' in the vb6?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...