Jump to content

send minimized controlsend


Recommended Posts

i want to send for ex. the word " hi " to 5 of minimized notepad .. but all of them had name " untitled "

so how can i send hi to all of them ...

my real question is

i want to send refresh "{F5}" to 5 minimized websites had the same title for ex. www.yahoo.com

how?

thank you

Link to comment
Share on other sites

I would check the example of the "WinList()" function in the AutoIt help.

Based on the title you could use the "WindowHandle" to WinActivate() each windo and Send() your keystroke.

Hope it helps.

Link to comment
Share on other sites

thats my code

ControlSend("www.yahoo.com - internet explorer", "", "Edit1", "{f5}")


sleep("5000")

i want to send them to more minimized yahoo webs

thank you for help

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