H Hydra0 Unregistered / Unconfirmed GUEST, unregistred user! 2007-01-08 #1 RT 我目前是判断 (X in [Left..Right]) and (Y in [Top..Bottom]) 有没有别的办法?
L LoveShanShan Unregistered / Unconfirmed GUEST, unregistred user! 2007-01-08 #2 function PtInRect(const lprc: TRect; pt: TPoint): BOOL; stdcall;
Z zqw0117 Unregistered / Unconfirmed GUEST, unregistred user! 2007-01-08 #3 if PtInRect(YourRect, YourPoint) then ///