Hello all,

I am trying to write a program that will read the screen, looking for certain images, or pixels, I guess.

I'm not quite sure where to start, I thought I was looking for 'screen scraping', but that appears to have been a term relinquished to the web world for simple html parsing, and that's not what I'm trying to do.

An example of what I want to do would be to collect the value of the cards that are popping up in a video blackjack game. I can't access the code for the blackjack game, so I'm just going to have to 'read' them off the screen.

Can anyone point me in the right direction to get started? I'm working with vs.net 2003.

Thanks...