Thema: Delphi Taskbar...

Einzelnen Beitrag anzeigen

Benutzerbild von Sir Rufo
Sir Rufo

Registriert seit: 5. Jan 2005
Ort: Stadthagen
9.454 Beiträge
 
Delphi 10 Seattle Enterprise
 
#12

Re: Taskbar...

  Alt 25. Okt 2008, 10:37
Zitat von Razor:
Since this a topic about taskbar i ask another question i set my app to ''alwaysontop''

Delphi-Quellcode:
 SetWindowPos(Form2.Handle,
              HWND_TOPMOST,
              0, 0, 0, 0,
              SWP_NOMOVE or SWP_NOSIZE or SWP_SHOWWINDOW);
But if you click on taskbar it goes under it,any fix around this?
Yes, create a timer, and repeat to set AlwaysOnTop

cu

Oliver
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ‎ea 0a 4c 14 0d b6 3a a4 c1 c5 b9 dc 90 9d f0 e9 de 13 da 60)
  Mit Zitat antworten Zitat