Jump to content

having trouble pasting from clipboard


carfan
 Share

Recommended Posts

i'm trying to make a script that pastes the contents of the clipboard with ctrl-v into a text box then adds alt-o to finish.

i've tried

WinWaitActive("Registration")

Send("~v")

Sleep(2000)

WinWaitActive("Registration")

Send("!o")

Sleep(2000)

WinWaitClose("Registration")

MsgBox(4096, "AvastPE", "Restart Or Update AvastPE", 5)

but it doesnt work. i usually get the v in the title box.

with using the regular manual keyboard keys ctrl-v it works fine.

what am i doing wrong???

Thanks

Carfan

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