Netol Posted June 1 Share Posted June 1 Hello my friends, along with saying hello and hoping you have a great day, I want to ask you how to detect if there are changes in a region of the screen. I need to know if a region: 1446, 783, 1852, 1026 change best regards Link to comment Share on other sites More sharing options...
Solution argumentum Posted June 1 Solution Share Posted June 1 PixelChecksum() Netol 1 Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
Netol Posted June 2 Author Share Posted June 2 Thanks a lot argumentum i use this conde and working fine! #include <MsgBoxConstants.au3> ; Get initial checksum Local $iCheckSum = PixelChecksum(1444, 754, 1859, 1028) ; Wait for the region to change, the region is checked every 100ms to reduce CPU load While $iCheckSum = PixelChecksum(1444, 754, 1859, 1028) Sleep(100) WEnd best regards argumentum 1 Link to comment Share on other sites More sharing options...
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