Results 1 to 2 of 2

Thread: What is the fastest way to do this?

  1. #1

    Thread Starter
    Lively Member rc1980's Avatar
    Join Date
    Sep 2001
    Posts
    106

    What is the fastest way to do this?

    I have captured the screen image and put in a picture box set to the size of the screen. I have another picture box that also has a screen image in it. What is the fastest way to compare the 2 pictures against each other pixel for pixel checking for color changes? Also, how would I save that color off? Any code exaples would be great.

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Use the BitBlt function. Look up a tutorial on AllApi.net, and use vbSrcAnd as the raster operation to "blit" one image on the other. Look at the example for what I mean.
    Attached Files Attached Files
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width