Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hellow eceryone good afternoon,
I had working with c# windows application you guys help me solve lots of problem ,i need on more help,
I want to minimize child form on right bottom of mdi form not to system tray.Any one has link of solution or code then help me to solve it.Thanks

What I have tried:

how to minimize child form on mdi form in c# windows form application
Posted
Updated 8-Jun-16 23:13pm

1 solution

If the child form is set as a MDI child of the parent MDI form (and the parent has IsMdiContainer set to true), then minimizing it will automatically minimize to the bottom of the parent, rather than the task bar.
To display it on the right of the parent rather than the default left hand side is more complex, but this shows you how to do that: how to change the location of a minimized mdichild form?[^]
 
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