maximize a windows form

  • Thread starter Thread starter M D
  • Start date Start date
M

M D

I can't find how to set a Winapp project to a mazimized form as it's
default. As a matter of fact I would like to have the form maximized
and then disable the button so that it stays that way.

thx
md
 
Hi M D,

Set form's WindowsState property to Maximized then you can change
MinimizeBox to false in order to disable Minimize button. If you set
MaximizeBox to false as well you'll get rid of those buttons as they don't
make sense to stay there.
 
Back
Top