Hallo @ all
Also ich hab mal etwas rumprobiert und hab es so gelöst
Delphi-Quellcode:
var
AHandle : HWND;
POSLeft, POSTop : Integer;
begin
AHandle := FindWindow(nil, Pchar('Programmname'));
SetWindowPos(AHandle, HWND_TOPMOST,POSLeft,POSTop,0,0,SWP_NOSIZE);
end;
Es funktioniert auch, jedoch wenn ich die Anwendung auf einen anderen Desktop/Monitor
lege funktioniert es nicht mehr, nur wieso ?
Grüße Starworld