Hallo,
liest denn keiner mein Posting oben dazu? Ich hatte 2 Links gepostet...
Zitat von dem einen Link:
You may try adding Application->RestoreTopMosts(); to the OnDeactivate
event handler.
Also, bei TApplication.OnDeactivate sollte ein Application.RestoreTopMosts ausgeführt werden. Dann reicht auch
Delphi-Quellcode:
SetWindowPos(
Handle, HWND_TOPMOST, Left, Top, Width, Height,
SWP_NOACTIVATE
or SWP_NOMOVE
or SWP_NOSIZE);
bei der Form2 und es gibt keinen Eintrag in der Taskbar. Hab das so bei meinem Programm
Klebezettel für die Notizen gemacht und es funktioniert einwandfrei
Gruß
Patrick