Jump to content

Sending keys to inactive windows in taskbar


Tri
 Share

Recommended Posts

my function is quite long about 20 lines that i want to process

so I just ControlSend() wrap around the whole function??

function got keystroke delay & and 'while'

kinda hard to wrap that whole thing in

========================

document didn't help much

posted 2 format

ControlSend ( "title", "text", controlID, "string" [, flag] )

ControlSend [, Control, Keys, WinTitle, WinText, ExcludeTitle, ExcludeText]

which one i use now

========================

i have the following:

AutoItSetOption("SendKeyDelay", 1000)

Send("12345")

how do i put that into ControlSend under - ControlSend ( "title", "text", controlID, "string" [, flag] )

Edited by Tri
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...