lebisol Posted April 18, 2005 Posted April 18, 2005 It might be simle but I am having truble sending keystrokes from the input field.$tfPassword = GUICtrlCreateInput ("", 240, 100, 80, 20,$ES_PASSWORD)...... Case $msg = $STARTbutton Sleep(5000) Send ($tfPassword)I get weird output typed up...some numbers vs. letters entered into field....is there any "conversion" that need to happen?Many thanks!
Wb-FreeKill Posted April 18, 2005 Posted April 18, 2005 It might be simle but I am having truble sending keystrokes from the input field.I get weird output typed up...some numbers vs. letters entered into field....is there any "conversion" that need to happen?Many thanks!<{POST_SNAPBACK}>$tfPassword = GUICtrlCreateInput ("", 240, 100, 80, 20,$ES_PASSWORD) ... .. . Case $msg = $STARTbutton Sleep(5000) Send (GUICtrlRead($tfPassword))
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