windows form no move?

  • Thread starter Thread starter Iwan Petrow
  • Start date Start date
I

Iwan Petrow

Hi,

I have a windows form which is a MDI child.
How can I forbid moving of the form?

Thanks.
 
Iwan,

Set the child form's FormBorderStyle = None.

If you don't like your form missing a titlebar, then fake one by
creating a dummy titlebar on a form with the FormBorderStyle = None.

Best Regards
Johann Blake
 
Back
Top