|
-
April 3rd, 2005, 02:24 AM
#1
How to disable resizing of a form?
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.
-
April 3rd, 2005, 02:31 AM
#2
Re: How to disable resizing of a form?
Hi
Change the form's FormBorderStyle property to Fixed3D or FixedDialog
-
April 3rd, 2005, 04:59 AM
#3
Re: How to disable resizing of a form?
You probably also want to set MaximizeBox and MinimizeBox properties to False.
-
April 3rd, 2005, 07:27 AM
#4
Re: How to disable resizing of a form?
 Originally Posted by hspc
Hi
Change the form's FormBorderStyle property to Fixed3D or FixedDialog
thanks,
it works.
-
April 4th, 2005, 01:49 AM
#5
Re: How to disable resizing of a form?
Another way is to set the maximum and minimum size of dialog box.
If you think you CAN, you can, If you think you CAN'T, you are probably right.
Have some nice Idea to share? Write an Article Online or Email to us and You may WIN a Technical Book from CG.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|