Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted (edited)

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

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
×
×
  • Create New...