JohnD Posted February 20, 2010 Posted February 20, 2010 Hi everyone. I'm still learning AutoIT, so I'm doing some experimenting. Can anyone give me advice on how I would go about getting the handle of a control that I created. I know there are plenty of functions built in to autoit for doing what I want to do (send text with API), but I wanted to see if it could be done the more tedious way. I guess I'm ultimately looking to stop using send(), and would rather use WM_SETTEXT(for external app interaction). Thanks! -John
danielkza Posted February 20, 2010 Posted February 20, 2010 (edited) GUICtrlGetHandle? Edited February 20, 2010 by danielkza
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