Poker Peeker
-
I am toying with a poker program. I would like to go into the visual area of the poker program's "form" and capture the upper left portion of the displayed card (approx 16 bits wide, 32 bits tall) ... from the place on the window (form) where the rank and the suit is displayed. In effect, i would like to grab a 16x32 "selection area" like is typical in a "paint" program selection rectangle. Once i capture it, i will label it, store it, and recall it so i can identify that specific card when it is displayed in the future. I think i know how to locate the upper-left point (0,0) in the poker program's form, but i have no clue how to capture the 16x32 bit rectangle. Any suggestions would be appreciated. Thanks. -- modified at 15:13 Friday 14th April, 2006