Beach Posted February 6, 2005 Posted February 6, 2005 (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.htmHere 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) EndifAnyway, 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 February 6, 2005 by Beach
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now