Friday, August 28, 2009

Using a winform (.net) as a fixed size dialog

Heres how just select the dialog and set the following properties:
  • MinimizeBox = false
  • MaximizeBox =false
  • FormBorderStyle = FixedDialog
Enjoy!

1 comment: