Trying to find a way to force one of my forms to stay on top of everything else on the desktop even when the main form is minimized. Kind of like google chrome does with its little notifications.
I've set the form style of my form to systemStayOnTop
and that works pretty well until I minimize the main form. When I do minimize it though, everything else disappears (as it should, I guess).
So, is there a clean way to force a form on top of everything even when my main form is minimized? Or do I have to delve into DirectX/WinAPI?
P.S. Already been to this question, but those methods didn't work.
Thanks.
NOTE: Even so this question was originally tagged [delphi] it according to the comments below is about Lazarus. That's why there are answers for Delphi.