How do you prevent a user from changing the size of a program form when C # develops a WinForm form program?

Source: Internet
Author: User

When you use C # to develop a WinForm form program, you are prohibited from changing the size of the program form:

At development time, sometimes we set the background of the form, and when we change the size of the form, the window is not full of background images,

There is a part of the blank, which is a bit unattractive, to the form program at run time without the user to change the size of the window, we can

The FormBorderStyle value in the form's properties is set to FixedSingle or FIXED3D, and the window size cannot be changed.



When the form is maximized, it also exposes the problem above, so we're going to remove the function that maximizes the form,

That is, set the value of MaximizeBox to False



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.