kgntarver Posted December 21, 2011 Posted December 21, 2011 hello im kinda new to autoit is there away to do a checksum with the cords within a window so if i have a window maxamized or windowed to a smaller window the cords it checks are the same ? thanks
sleepydvdr Posted December 22, 2011 Posted December 22, 2011 I'm not completely sure of what you are asking. I think you are asking about PixelChecksum for windows at different positions on the screen but a fixed point within the window. If that is correct, you should look at WinGetPos. With that function you could add a certain number of pixels to the X and Y array returned values and then use PixelChecksum at that point. If I am wrong, you might want to explain what you want to do a bit further or post some code for us to look at. #include <ByteMe.au3>
kgntarver Posted December 22, 2011 Author Posted December 22, 2011 a sorry about the lack of info in my post but yes i was talking about PixelChecksum o for firefox depending on what positions it was in i think i have it all worked out now and thanks for the help with WinGetPos
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