|
-
Sep 14th, 2005, 05:38 AM
#1
Thread Starter
Frenzied Member
form question
normally in a window, top right hand corner you have a 'minimise,maximise,close' button
(minus,square,x)
is there any way i can change the properties of my form to only show a 'close' button (the x)
-
Sep 14th, 2005, 05:51 AM
#2
Hyperactive Member
Re: form question
in your form properties, there is MinButton, and MaxButton. Just set those to false
-
Sep 14th, 2005, 05:55 AM
#3
Hyperactive Member
Re: form question
or just set the borderstyle to 3 - Fixed Dialog
-
Sep 14th, 2005, 06:37 AM
#4
Re: form question
 Originally Posted by whythetorment
or just set the borderstyle to 3 - Fixed Dialog
I like using borderstyle = 4 Fixed ToolWindow. It does the same thing as Fixed Dialog, but the Close button is much smaller.
Either way will work for you. It is just a matter of individual taste.
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
|