I have been using the DLL version of
AutoIT V2 in many PB based web scrape applications (and other various automated processes). I recently noticed the
AutoIT development team release a beta of a new DLL for version 3 which has many more functions. I download all files needed and created a wrapper to use in PureBasic. There are numerous
AutoIT commands available so I suggest downloading the package and reading the included AutoITX.chm help file. I also created a jaPBe definition file to view the syntax of the
AutoIT commands while you are coding.
The zip contains:
- The
AutoIT DLL (AutoITX3.dll) and help file
- All PureBasic lib files and example of usage
- jaPBe definition file for syntax format
- An "install.cmd" file to make the install easy
http://purebasic.myftp.org/?filename=fi ... X3_Lib.zip (237k)
This is my first attempt at a library so if I did something wrong, please let me know. Also; I realize some of these commands are available by using the Win API, however, I am not as skilled with the Windows API as some of you gurus here (not yet anyway
)