Jump to content

Recommended Posts

Posted (edited)

Hello everyone... Long time fan of AutoIT here, and a new board member. I just wanted to talk about what I have done with the latest AutoITX beta for PureBasic users. Essentially, I have created a wrapper library that allows the user to call AutoIT commands directly from PureBasic as if it were a normal command. It makes it extremely easy to use.

Download link:

http://www.purearea.net/pb/english/index.htm

Here is a small example of how to use it now in the PureBasic IDE:

RunProgram("notepad")
If AU3_WinWaitActive_("Untitled - Notepad","",10) <> #False
  Delay(1000)
  AU3_WinActivate_("Untitled - Notepad","")
  AU3_Send_("Testing one two three... {enter}{enter}",0)
Endif

Anyway, I am excited about how far AutoIT has come and it looks like you guys have a good handle on the development.

Has a release date been set for the final version of AutoITX?

Thanks!

-Beach

Edited by Beach

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