Jump to content

Recommended Posts

Posted

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.

Posted

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!

:P

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
Posted

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!

:P

I was messing around with the info tool, I just needed that function name, Thanks PsaltyDS.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...