I want to create a new form, which is set to maximized. It should show the title bar and the taskbar. This wasn't a big problem so far. When i set this.MaximizeBox = false;
the button on the title bar gets disabled but if I drag or double click the title bar the form goes into window mode (tested on Windows 7).
Setting MinimumSize
and MaximumSize
to the same value wasn't successful.