ffdshow Posted September 15, 2007 Posted September 15, 2007 (edited) I need to delete a string of characters in registration fields. Is possible without Send("{BS}") or Send("{BACKSPACE }") And no matters of number of characters to delete. Edited September 15, 2007 by ffdshow
rover Posted September 15, 2007 Posted September 15, 2007 Hi a variation from the help file Run("notepad.exe") WinWait("Untitled -") ControlSetText("Untitled -", "", "Edit1", "New Text Here and here" ) sleep(2000) ControlSetText("Untitled -", "", "Edit1", "New Text Here" ) I see fascists...
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