I Iwan Petrow Aug 10, 2005 #1 Hi, I have a windows form which is a MDI child. How can I forbid moving of the form? Thanks.
J Johann Blake Aug 10, 2005 #2 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
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