Still, AutoIt is a great help. I'd rather be current and tweak a script or two - than not have this tool.
2008-08-09
AutoIt update...
There is a new version of AutoIt available. However, if you're upgrading -- you might want to be cautious in installing/recompiling. I found, for instance, the GUIConstants.au3 include file had changed. $ES_Password constant was no longer there. I had to lookup from help and add to my scripts.
Const $ES_PASSWORD=0x0020
Subscribe to:
Post Comments (Atom)
1 comment:
The lasted release of AutoIt has $ES_PASSWORD in the edit contants file:
#include <EditConstants.au3>
I would strongly recomend using the include files and NOT coding your own replacements.
Post a Comment