I've a form, when it's show I don't want the user to be able to resize it by dragging the bottom righ-hand side corner of the form. Could someone tells me how to disable this? Thanks in advance.

type this like of code into form load:

this.FormBorderStyle = FormBorderStyle.FixedSingle;
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.