I have a WinForms application with 2 Forms. Both are TopMost
, but I would want to have one of them to always be on top of the second one.
It's something like "even more TopMost
.
Is this possible?
Calling BringToFront()
in a timer causes the form to flicker.