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.
在 C# windows 应用程序中,我需要设置表单大小最大值,以便在我运行程序时它应该显示完整。
我应该在属性中设置吗?
本主题可以帮助您做到这一点:http: //www.codeproject.com/Articles/16618/How-To-Make-a-Windows-Form-App-Truly-Full-Screen-a
myFormsApp.WindowState = FormWindowState.Maximized;