Vegar Posted July 26, 2009 Posted July 26, 2009 Hello.. I woundered how i could preform a Pixelsearch/PixelGetColor/PixelChecksum in a minimized or non active window... and how i do it so it will work not depending on your screen size.. Verry Thankfull for Answer >_< (Sorry For my bad English)
junkew Posted July 28, 2009 Posted July 28, 2009 This is the only approach I know of http://www.codeproject.com/KB/cs/CapturingMinimizedwindow.aspx Don't think there is a real AutoIT implementation source ready for this. Even if you convert the sample to AutoIT source you will not be able to use PixelSearch/PixelGetColor/PixelChecksum You have to create your own calculation by checking the bitmap. Based on this article you can find ways to check a picture pixel by pixel. http://www.autoitscript.com/forum/index.php?showtopic=66545&view=findpost&p=673741&hl=findbmp&fromsearch=1 FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
evilertoaster Posted July 28, 2009 Posted July 28, 2009 Similar topic - http://www.autoitscript.com/forum/index.php?showtopic=89159 Some of the solutions there might be applicable.
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