R RichPan Unregistered / Unconfirmed GUEST, unregistred user! 2002-05-31 #1 如题 想要在一个程序中发送消息给另外一个程序中的某个控件
B bihai Unregistered / Unconfirmed GUEST, unregistred user! 2002-07-22 #3 var hWnd: THandle; rPos: TPoint; begin if boolean(GetCursorPos(rPos)) then hWnd := WindowFromPoint(rPos); //句柄 end;
var hWnd: THandle; rPos: TPoint; begin if boolean(GetCursorPos(rPos)) then hWnd := WindowFromPoint(rPos); //句柄 end;