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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -