Reputation: 13
I wanna make a program that will be able to get the color of a specific button on a different programs. so i need to get the pixel color of that button.*i don't have access on the files of the second application, so i cant make them communicate.
Every google search gave me nothing but endless hours of reading. Any ideas?
Upvotes: 0
Views: 266
Reputation: 861
Get Color on Pixel with this code
'Bitmap'.GetPixel( 'MouseLocation'.X, 'MouseLocation'.Y);
Upvotes: 1