I have an application that uses my own balloon form. This is a non-bordered, fsStayOnTop kind form.
I show it with this code:
ShowWindow(Handle, SW_SHOWNOACTIVATE);
Visible := True;
Today I realized that if I activate another application then the balloon is not appearing! So it is loosing it's stay on top style.
Environment: Win7/x64 Delphi 6 Professional
What I can do with it?
Thanks: dd