das ist klar... das mache ich auch.. aber WIE lenke ich den fokus auf die anwendung???
habe schon folgendes ausprobiert:
Delphi-Quellcode:
var Wnd: HWnd;
begin
fmMain.SetFocus;
Wnd := GetWindow(Application.Handle, gw_HWndFirst);
BringWindowToTop(Wnd);
SetForegroundWindow(Wnd);