c# - Winforms do not allow any resizing -


I'm having trouble making Win 8 non-resizable.

I have disabled it at the maximum button and this is maximizing by default, but when I double click on the top bar or change it from the top bar, dragging it.

How to disable those actions?

I think that is the behavior below which you are:

set :

FormBorder Style FixedScoding / Fixed 3D / FixedDialog

Maximize box to false < Apply

load of form

short

windowstate

minimize

:

  Private Zero form1_load (object sender, event events e) {width = s Screen initial screen. Bounds. With; Height = screen. initial screen. Bounce.height; }   

If you want to start at the location (0, 0), then set from StartPosition to manual , and Location to (0, 0)

Comments

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -