Here’s what I’d like to do: I’d like to program a something(in C#) that will accept an image as a parameter and will ‘scan’ a window for the image. It would then reply something like: “Image found at position 836,224!”.
I’ve Googled on this subject, but almost all results talked about screen scraping in DotNet, which means that you can fetch the content of some html page and use it for your own purposes (for example to include weather info on your own homepage). I don’t want to get text and I don’t want to use html or browsers, I want to try and find an image on a specific window in my local machine (without Internet connection).
Any help, hint or tip would be greatly appreciated.
__________________________________________________