In my application I use AlwaysOnTop = true
setting for my Form object which at some points appears in the lower right corner.
I want to keep that appearing on top because it gives an important warning, but it is very annoying that the focus is also set to the form.
So when someone is doing something in another program he needs to click once on the application he is actually working in to regain focus from my notification form.
I couldn't find out a way of fixing it so hope someone can help.
Thank you very much !