Thema: Delphi Taskbar...

Einzelnen Beitrag anzeigen

Razor
(Gast)

n/a Beiträge
 
#4

Re: Taskbar...

  Alt 23. Okt 2008, 10:33
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?

This is anoying..
  Mit Zitat antworten Zitat