Keithdib Posted March 27, 2009 Posted March 27, 2009 Hi I have been playing with AutoIT for a wwek or 2 now, and I am findint it really handy I have created a few install scripts for myself and most work, however, I have a shareware app' that nees a password entering during the install. I have tried a fe different ways to do this but I am not having much luck How do I simply insert a word into the imput box in the install process? Thanks Keith
monoceres Posted March 27, 2009 Posted March 27, 2009 (edited) ControlSetText(), use the autoit window info tool to get the control id or class name or whatever. Edited March 27, 2009 by monoceres Broken link? PM me and I'll send you the file!
Keithdib Posted March 27, 2009 Author Posted March 27, 2009 Thanks, but that didnt work I found a post on here and used this ControlSend(WinGetHandle("[active]"), "", "[CLASS:obj_EDIT; INSTANCE:3]", "windows") Thanks anyway Keith
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