I'm trying to figure out some simple code to detect when a single pixel changes color at a location I choose -anywhere- on the screen (ex. 100,100). Maybe with just a msgbox popup when it changes.
The visual basic program will just be hidden and running in the background.
I should be able program the rest of the program around it, I just need the detection part. That is where I am stumped.
Have you tried using the GetPixel API. You could perhaps use it in a timer to check the colour of the pixel, and once it changes - the colours don't compare - then pop up a messagebox or something? Does that sound like a plan?
Bookmarks