I have a small windows.form that I use to present information when the mouse is over a regions on a windows.Form, however it takes the focus from the parent window when it is set to visible. Is there w way of preventing this – it causes the main form to flicker as it toggles between in focus and out.
c#, .net 2.0, system.windows.forms
Paste this into your popup form class, it prevents it from being activated when shown: