Jump to content

Recommended Posts

Posted

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

Posted

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>

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...