Jump to content

Send a "Tab" key problem:


Wabbit
 Share

Recommended Posts

$a = WinGetTitle("")

MsgBox(3, "My second script!", "Hello #1") ;<<< Your script stops here - waiting on a human or another script

WinActivate($a) ; This line of code will not act on the msgbox - 'cuz script is still halted

WinWaitActive($a, "&Yes") ; same as above line

send ("{tab}") ; same as above 2 lines

suggest trying it you'll see.

ic thnk:)

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Link to comment
Share on other sites

...Now, I tried the "ControlClick" option, as listed above, but it didn't work. Anyone know why?...

Are you still attempting to have one script generate a msgbox and that same script "ControlClick" on that same msgbox? See this post: http://www.autoitscript.com/forum/index.ph...st&p=241806

Such can be done by spawning a child script, but I don't think that you want to get into that just yet:

http://www.autoitscript.com/forum/index.ph...st&p=156488

hope this helps........

[size="1"][font="Arial"].[u].[/u][/font][/size]

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