A asd8850 Unregistered / Unconfirmed GUEST, unregistred user! 2006-08-17 #2 如何获取其他进程的光标位置? 比如这句代码const ComeRect: TRect= (Left: 536; Top: 387; Right: 600; Bottom: 403); // 登陆的光标位置 Left: 536; Top: 387; Right: 600; Bottom: 403(这些是如何获取的呢?)
如何获取其他进程的光标位置? 比如这句代码const ComeRect: TRect= (Left: 536; Top: 387; Right: 600; Bottom: 403); // 登陆的光标位置 Left: 536; Top: 387; Right: 600; Bottom: 403(这些是如何获取的呢?)
R risingsoft Unregistered / Unconfirmed GUEST, unregistred user! 2006-09-25 #9 BOOL GetCursorPos( LPPOINT lpPoint // address of structure for cursor position );