我
我爱PASCAL
Unregistered / Unconfirmed
GUEST, unregistred user!
f1:=GetForegroundWindow;
f2:=GetWindowThreadProcessId(f1,nil);
AttachThreadInput(GetCurrentThreadId,f2,true);
f3:=getfocus;
AttachThreadInput(GetCurrentThreadId,f3,false);
Lbl.Caption := 'FocusWndHandle:' + inttostr(f3);
f2:=GetWindowThreadProcessId(f1,nil);
AttachThreadInput(GetCurrentThreadId,f2,true);
f3:=getfocus;
AttachThreadInput(GetCurrentThreadId,f3,false);
Lbl.Caption := 'FocusWndHandle:' + inttostr(f3);