bobheart 0 Posted August 2, 2004 I have {PRINTSCREEN} working and it works fine but it grabs the whole window so holding down the Alt key makes it grab the window that is in the front But not on XP Pro ? I have home and it works fine but on XP Pro it won't work so anyway around this or how to grab just the open window . Share this post Link to post Share on other sites
Valik 478 Posted August 2, 2004 Are you using BlockInput() in the script by any chance? Share this post Link to post Share on other sites
bobheart 0 Posted August 2, 2004 This is the code I have right now . Sleep(9000) SoundPlay("om3ti.wav") Send("{PrintScreen}") Run("mspaint.exe") Opt("WinWaitDelay", 10);speed things up WinWait("untitled - Paint") WinMenuSelectItem("untitled - Paint","", "&Edit", "&Paste") Share this post Link to post Share on other sites
Valik 478 Posted August 2, 2004 That code doesn't send the Alt keystroke... It should be: Send("!{PRINTSCREEN}") Share this post Link to post Share on other sites