Jump to content

Search entire screen for PixelChecksum match


Hyflex
 Share

Recommended Posts

Hi Guys,

I'm trying to search the entire screen for a PixelChecksum match but have no idea how to do it, I can't use ImageSearch for some privacy reasons.

I want to search the entire screen for the PixelChecksum of 1625726631

I tested the following manually which is an exact location (won't always be in this position/area)

If PixelChecksum(301, 421, 400, 449) = 1625726631 Then
    MsgBox("", "GOOD", "FOUND")
EndIf

Any ideas how I can do this?

EDIT: Just found: '?do=embed' frameborder='0' data-embedContent>>

But I can't get it working...

Edited by Hyflex
Link to comment
Share on other sites

  • Moderators

What exactly are you trying to do? Pixel searches are often more trouble than they are worth. If you have the info on the window, you're probably better off doing a WinExists and then using Control commands to manipulate the window.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...