My app is in the tray icon and I want a messagebox to first appear on front but not stay on top.
If I click another window the messagebox should not stay on top.
Also I want to open several message boxes at the same time, so when the user overs the mouse on the taskbar they can see a preview of all the message boxes. This works with default messagebox but I can't bring it to front when it first appears.
I tried the win32 api with all the modes and also making new forms but nothing works for all the requirements...