Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要一个来自智能设备项目(VS2008)的winform来隐藏或最小化以便稍后打开。
我需要这样的东西。
this.WindowState = FormWindowState.Minimized;
请帮忙。