I usually program in VB6 but but I believe with that I might be restricted to details within the active form. I also have codegear 2009 with c++ and delphi, that I got from a mate but I only have a little experience with Delphi and none at all with c++ but at least I have them if one of those program need to be used to acheive what I'm trying to do. I want to be able to do something like
IF pixelVar(x,y) = 'Red' ( or 'RGBvalue or whatever the correct colour representation)
THEN
do something
END IF
I want to write a program to keep poker hand statistics and want the program to run while Im playing in the poker client program, auto recognizing the cards by pixel colour and position and entering them into the database. I think that if I can get easy access to pixel info it wouldn't be too difficult working out patterns to identify the number and suit of cards. Any help would be enormous. Thanks.