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.
为了防止用户调整表单大小,我将其 FormBorderStyle 设置为 FixedSingle,如下所示:
禁用 Windows 窗体的大小调整
这适用于 XP,但在 Windows 7 上则不行。必须做些什么才能让它在 Windows 7 上也能正常工作?
您可以在表单上将 MinimumSize 设置为等于 MaximumSize。