Hi!
I have a question:
How to disable resizing of a form?
(ie a user cannot pulls body by the mouse)
Thanks for help,
Alex.
Printable View
Hi!
I have a question:
How to disable resizing of a form?
(ie a user cannot pulls body by the mouse)
Thanks for help,
Alex.
Hi
Change the form's FormBorderStyle property to Fixed3D or FixedDialog
You probably also want to set MaximizeBox and MinimizeBox properties to False.
thanks,Quote:
Originally Posted by hspc
it works.
Another way is to set the maximum and minimum size of dialog box.