Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Make Floating form active on screen even if main window in minimised
posted

My application is using FloatingWindowContainer to display floating window. I can dock a floating window content to another floating window.

I need to make floating window displayed on screen always, even if main application window is minimized. I have set Owner property of FloatingWindowContainer object to null but floating form is minimized with main application.

Doing the same thing (Setting Owner property to null) of Winform's Form instance makes the form remain on screen on minimizing main window.

Can you suggest appropriate way to achieve above behavior?