Disable C# Form resizing

form.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;

Comments

Popular posts from this blog

Parse XML to dynamic object in C#

C# Updating GUI from different thread