Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to develop a C# application, where-in if I open a new window(child window) inside my application, it shows outside the parent window, but is still attached to the parent window.
Somewhat like outlook, wherein if you open a new email, it would be outside the parent window pane, but would still close if the parent window is closed.

Any help with this?
Thanks
Posted

1 solution

Use "Show" instead of "ShowDialog".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900