|
-
Jan 15th, 2009, 05:09 AM
#1
Thread Starter
Addicted Member
-
Jan 15th, 2009, 05:26 AM
#2
Re: Disallowing the user to resize the form in runtime
You can set the FormBorderStyle property to FixedSingle and you can set the MaximizeBox property to False.
Its usually worth just looking through the available properties for controls/forms in the designer first as you will often see what you are looking for (as most of the properties have fairly intuitive names)
-
Jan 15th, 2009, 07:01 AM
#3
Thread Starter
Addicted Member
-
Jan 15th, 2009, 07:11 AM
#4
Re: Disallowing the user to resize the form in runtime
which is exactly why I said change the FormBorderStyle property as well
-
Jan 15th, 2009, 07:55 AM
#5
Thread Starter
Addicted Member
-
Jan 15th, 2009, 08:06 AM
#6
Re: Disallowing the user to resize the form in runtime
no problem make sure you remember to mark this thread as Resolved by using the Thread Tools menu at the top of your first post
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
|