stop window from resizing

  • Thread starter Thread starter scott
  • Start date Start date
S

scott

hi all, thx for any help that you can give.

iv got a System.Windows.Forms.form and i want to make it so that it will not
resize when it gets to a certan size. e.g. if the window gets to a width of
50 i don't want it to be able to get any smaller, but the user can still
make it bigger if they wish.

iv tried creating a resize event and doing it through that but could not
seem to get it to work. i then thought id try to override the OnResize
method but that did not work eather.

Thx Scott.
 
Back
Top