Jump to content

Recommended Posts

Posted

I am fairly new to all of this and am having trouble being able to use AutoitX3 in vb.net 2003. I have register the dll but do not understand how to be able to use the Autoit functions in my project.

Thanks

Posted

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!

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...