zzen11 0 Posted February 19, 2005 (edited) Is there a way to send key stroke to the desktop (not an app window)? For example, send a F5 to the desktop to refresh the desktop. I can do: WinMinimizeAll ( ) Send("{F5}") WinMinimizeAllUndo ( ) But I want to make it less intrusive / disruptive. Any idea? Thanks! --Z Edited February 19, 2005 by zzen11 Share this post Link to post Share on other sites
CyberSlug 6 Posted February 19, 2005 (edited) $orgActiveWindow = WinGetTitle("") WinActivate("Program Manager") Send("{F5}") WinActivate($orgActiveWindow) Edited February 19, 2005 by CyberSlug 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