G gxg8816 Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-04 #2 1:<br>BOOL GetWindowRect(<br> HWND hWnd, // handle of window<br> LPRECT lpRect // address of structure for window coordinates<br> <br>
1:<br>BOOL GetWindowRect(<br> HWND hWnd, // handle of window<br> LPRECT lpRect // address of structure for window coordinates<br> <br>
G g622 Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-04 #4 wg<br>hwnd:已知句柄<br>lpRect:可以得到位置<br>
P Pipi. Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-04 #5 焦点:<br><br>GetFocus 看是不是自己,不是自己的话 GetChild 看是不是自己的后代,<br>如果又不是,那自己就没有焦点
A avant Unregistered / Unconfirmed GUEST, unregistred user! 2000-03-04 #6 1.GetWindowRect,在lpRect中有位置信息。<br>2.ActiveHandle:=GetActiveWindow;<br>然后判断是否和你知道句柄一样。