Jump to content

Clearing a text field


Recommended Posts

I am trying to install a program using AU3. When I get to the page of the installer that prompts to enter the user information, I want to erase the information that it currently has in those fields and put in new information. When I use the code below, it just appends to the end of the text that's already there.

ControlClick("InstallShield Wizard","Please enter your name and the name of the company for which you work","Edit2")

send("My Company Information")

I end up with Existing InformationMy Company Information

Any ideas?

Thanks

Steve

Link to comment
Share on other sites

I am trying to install a program using AU3. When I get to the page of the installer that prompts to enter the user information, I want to erase the information that it currently has in those fields and put in new information. When I use the code below, it just appends to the end of the text that's already there.

ControlClick("InstallShield Wizard","Please enter your name and the name of the company for which you work","Edit2")

send("My Company Information")

I end up with Existing InformationMy Company Information

Any ideas?

Thanks

Steve

How about this?

ControlSetText("InstallShield Wizard","Please enter your name and the name of the company for which you work","Edit2","My Company Information")

:)

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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