Allegro 0 Posted September 6, 2007 I am using: ControlFocus("Gui", "", "Edit2") ControlSend("Gui", "", "Edit2", "Test") to add text to an opened dialog box. It works well and the new text will get added to the correct field no problem, but will ADD it to any existing text. How do I delete the existing text in the dialog box or ever overwrite it when adding the new? Thanks.. Share this post Link to post Share on other sites
Allegro 0 Posted September 6, 2007 ControlSetTextPerfect! ControlFocus...ControlSetText...Thanks for the help! Share this post Link to post Share on other sites