Zitat von
etom291272:
danke für die Antwort
könntest du mir eine kleine codezeile schreiben wie du diese konstanten (hwnd_topmost / hwnd_notopmost) verwendest
danke
wie ich schrieb : genauso, wie Du :
SetWindowPos(Self.Handle ,HWND_TOPMOST,0,0,0,0,SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
SetWindowPos(Self.Handle ,HWND_NOTOPMOST,0,0,0,0,SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);