T
TUGeofPrice
Guest
I would like to detect when a card is played in a card game such as Hearts (or some poker game or something) which is running in a separate window from an MSVC++ program. Using the Hearts example, I have a HWND for the program using:
HWND heartsWND = FindWindowA(NULL, "Hearts");
Is there a function I can use to detect video activity on the Hearts window?
Continue reading...
HWND heartsWND = FindWindowA(NULL, "Hearts");
Is there a function I can use to detect video activity on the Hearts window?
Continue reading...