jhbell 0 Posted July 23, 2004 I've generated a script to change the screen resolution.. Once I quit "Display Properties I want to Minimize All other Windows and then Restore them all. AutoIt has WinKey M or WinKey D to do this but I don't know how to do it. Send just sends to what ever window is active and eats the strokes. If I activate Notepad it eats the strokes. Spy says "Program Manager" is a window but Send does not see it as active. Spy says "Internet ExplorerServer1" is the class under program manager but ControlFocus/ControlSend {#d} does not work either. Help? Share this post Link to post Share on other sites
CyberSlug 6 Posted July 23, 2004 These should work for you: Send("#m") ;minimize Send("#+m") ;restore Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
tuape 0 Posted July 23, 2004 Or simply WinMinimizeAll ( ) Share this post Link to post Share on other sites
jhbell 0 Posted July 24, 2004 Arrrrrahhhhhh I knew I had seen it but a search for minimize in help did not show this! Thank you!! Share this post Link to post Share on other sites