如何最小化主项目窗口中的其他项目窗口?

发布于 2024-09-30 18:38:56 字数 145 浏览 0 评论 0原文

如何在 C# 编程中管理表单中的最小化按钮,因为当用户单击最小化按钮时,窗口会在左下角最小化,就像在 ( Photo Shop ) 中一样,当您最小化其他窗口时,它会最小化,但在主窗口中表单,,以便用户能够了解打开的窗口并在主窗口上工作..我正在使用 C# 2008 编程语言

how to manage the Minimize button in the form in C# programming as when the user click on the minimize button the window is minimized at the bottom left which is like in ( Photo Shop ) as when you minimize the other windows it minimized but within the main Form ,, so the user get the ability to know the open windows and also to work on the main .. i am using C# 2008 Programming language

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

︶葆Ⅱㄣ 2024-10-07 18:38:56

开始使用 Windows 窗体开发 MDI 应用程序时有两个有用的链接:

A VS 2008 和 C# 的分步教程

大纲MSDN 上 VS 2003 中的示例

Two useful links when starting with developing MDI applications using Windows Forms:

A step-by-step tutorial in VS 2008 and C#

An outline example in VS 2003 on MSDN

你穿错了嫁妆 2024-10-07 18:38:56

假设您使用的是 Windows.Forms,您可以将 System.Windows.Forms.Form.WindowState 属性设置为 FormWindowState.Minimized

Assuming you are using Windows.Forms, you can set System.Windows.Forms.Form.WindowState property to FormWindowState.Minimized

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文