|
-
Oct 2nd, 2002, 05:11 PM
#1
Thread Starter
Addicted Member
How do i disable only the maximizing button?
I have a form that only has the closing button (X) with it.
I'd like to add a minimizing button (_) but if i do by changing the BoarderStyle, it allows the form to have the maximizing button.
I want to disable or hide only the maximizing(restore) button. How can I do that?
Thanks in advance,
-
Oct 2nd, 2002, 05:14 PM
#2
Lively Member
If you look at the form properties, it should have MaxButton as one of the properties. Change it to false. The max button will still show, but it will be disabled.
ERROR: No keyboard detected. Hit F1 to continue.
-
Oct 2nd, 2002, 05:37 PM
#3
Thread Starter
Addicted Member
but i also don't want the form to be sizable...
-
Oct 2nd, 2002, 05:46 PM
#4
Change the Form BorderStyle to 1 - Fixed Single
-
Oct 2nd, 2002, 06:12 PM
#5
Thread Starter
Addicted Member
Oh. Never mind. I just had to enable MinButton.
Thanks.
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
|