如何在C#窗体应用程序中最小化mdi表单上的子表单 [英] How to minimize child form on mdi form in C# windows form application

查看:93
本文介绍了如何在C#窗体应用程序中最小化mdi表单上的子表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hellow eceryone下午好,

我曾经使用c#windows应用程序你们帮我解决了很多问题,我需要更多帮助,

我想尽量减少mdi形式的右下方的子窗体不是系统托盘。任何一个都有解决方案或代码的链接然后帮我解决它。谢谢



我是什么尝试过:



如何在c#窗体应用程序中最小化mdi表单上的子窗体

解决方案

如果将子表单设置为父MDI表单的MDI子表单(并且父表单将IsMdiContainer设置为true),则最小化它将自动最小化到父表单的底部,而不是任务栏。 />
要在父项右侧显示它而不是默认左侧更复杂,但这将告诉您如何执行此操作:如何更改最小化的mdichild表单的位置? [ ^ ]

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

解决方案

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?[^]


这篇关于如何在C#窗体应用程序中最小化mdi表单上的子表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆