Hello I am using C# forms to create a GUI, and I was wondering how to make the window nonResizable.

I know how to do it in Java but not C#.

any help would be appreciated.

Recommended Answers

All 2 Replies

In the form properties set formborderstyle to fixed(there are a few fixed types) and you might want to set controlbox to false as well.

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.