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..