Font size and windows size?

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

Hi,

When changing the font size to e.g. "Large Fonts" in display settings my
application behaves strangely. The window itself is still the same size as
it was before but the controls are larger so that they doesn't fit the
window anymore. I don't want the user to be able to change the size of the
window by draging the corner. How should I set the properties of the form?

Thanks
Ole
 
ORC,

Set the FormBorderStyle to FixedDialog and the user will not be able to
resize the window.
 
Back
Top