I'm trying to force an always maximize setting.
Thanks
I'm trying to force an always maximize setting.
Thanks
This will do it:
Set your child form's WindowState property to Maximized.
Set your child form's FormBorderStyle property to FixedDialog.
In your child's Resize event set the ControlBox property to False.