Jump to content

Recommended Posts

Posted

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!

Posted

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))

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...