Jump to content

Using Autoitx3 in vb.net 2003


joetroba
 Share

Recommended Posts

Install Autoitx (using installer since that registers the autoitx.dll properly).

Start up a .net project and right-click references and and add reference.

Click COM tab and find autoitx.dll and click select. Click ok and the autoitx.dll

will be added to your project.

Now pseudo-code :

Dim autoItxObject As Autoitx3 = new AutoItx3

autoItxObject.WinGetText(...)

Sry for bad explanation...

Good luck!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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