gcue 10 Posted July 12, 2011 Share Posted July 12, 2011 Is there a way to de-select any active window? I know this can probably be done by clicking the task bar or something or maybe the wallpaper area. But what if neither are visible to click on? thanks Link to post Share on other sites
smartee 15 Posted July 12, 2011 Share Posted July 12, 2011 Maybe this? WinSetState("[ACTIVE]", "", @SW_MINIMIZE) Link to post Share on other sites
gcue 10 Posted July 12, 2011 Author Share Posted July 12, 2011 thanks for the quick response - but i dont want to minimize anything or change anything on the screen. essentially i am taking a screenshot of the current windows on the desktop and i dont want to interfere with whatever windows are currently present. Link to post Share on other sites
somdcomputerguy 103 Posted July 12, 2011 Share Posted July 12, 2011 (edited) What about the @SW_DISABLE parameter in WinSetState? edit: nevermind, that doesn't seem to do whats intended. I should've tested before posting..<br> Edited July 12, 2011 by somdcomputerguy - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Link to post Share on other sites
kaotkbliss 146 Posted July 12, 2011 Share Posted July 12, 2011 This seems to work... WinActivate("Program Manager") 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy! Link to post Share on other sites
gcue 10 Posted July 12, 2011 Author Share Posted July 12, 2011 that worked kaotkbliss!! nice find! many thanks =) Link to post Share on other sites
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