...until stopped, maybe with button?
typedef struct coOrd { LONG left;
LONG top;
LONG right;
LONG bottom;
} RECT, *PRECT;
BOOL GetClientRect(HWND GetForegroundWindow(VOID),LPRECT coOrd);
}
now, from what ive gathered, it will create the coOrd structure, and...