smarty Posted August 30, 2006 Posted August 30, 2006 I'm wondering if it's possible to clear a textbox using autoit, I did some googling with no avail. If anyone has examples or pointers, that'd be great.
PsaltyDS Posted August 30, 2006 Posted August 30, 2006 I'm wondering if it's possible to clear a textbox using autoit, I did some googling with no avail. If anyone has examples or pointers, that'd be great.Use the AutoIT Info tool to find the control ID number or ClassNameNN (i.e. "Edit1"). Then you can use ControlSetText() to set the text in it. Set the text to "" to clear.Cheers! Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
smarty Posted August 30, 2006 Author Posted August 30, 2006 Use the AutoIT Info tool to find the control ID number or ClassNameNN (i.e. "Edit1"). Then you can use ControlSetText() to set the text in it. Set the text to "" to clear.Cheers! I was messing around with the info tool, I just needed that function name, Thanks PsaltyDS.
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