Jump to content

send $var=input field


lebisol
 Share

Recommended Posts

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!

Link to comment
Share on other sites

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