USama Posted May 3, 2010 Posted May 3, 2010 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
StijnG Posted May 3, 2010 Posted May 3, 2010 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.
l3ill Posted May 3, 2010 Posted May 3, 2010 See this Post for my info. My Contributions... SnippetBrowser NewSciTE PathFinder Text File Manipulation FTP Connection Tester / INI File - Read, Write, Save & Load Example
USama Posted May 3, 2010 Author Posted May 3, 2010 (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 May 3, 2010 by USama
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now