USama 0 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 Share this post Link to post Share on other sites
StijnG 0 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. Share this post Link to post Share on other sites
l3ill 70 Posted May 3, 2010 See this Post for my info. My Contributions...SnippetBrowserNewSciTEPathFinderText File ManipulationFTP Connection Tester / INI File - Read, Write, Save & Load Example Share this post Link to post Share on other sites
USama 0 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 Share this post Link to post Share on other sites