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.
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.
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.
thanks
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.