|
-
Nov 24th, 2005, 09:56 PM
#1
Thread Starter
PowerPoster
Show icon but not min,max,close buttons?
Is there a way to show the form icon but not the min, max and close buttons?
I've set the Control Box property to false but this also removes the icon for the form.
-
Nov 24th, 2005, 09:59 PM
#2
Re: Show icon but not min,max,close buttons?
You can set the MaxButton and MinButton to false, but I think that if you search around, someone posted how to come up with all kinds of unusual combinations of buttons on a form using different properties. I remember reading about it.
-
Nov 24th, 2005, 10:24 PM
#3
Re: Show icon but not min,max,close buttons?
You can create your own titlebar. Download my sample from here - that was quick demo so it needs some work but you'll get an idea.
-
Nov 25th, 2005, 04:28 AM
#4
Re: Show icon but not min,max,close buttons?
Here you go
-
Nov 25th, 2005, 04:43 AM
#5
Re: Show icon but not min,max,close buttons?
 Originally Posted by penagate
That seems to do the opposite of what he wants...
-
Nov 25th, 2005, 04:46 AM
#6
Re: Show icon but not min,max,close buttons?
Whoops 
Well, you could turn off the min and max buttons and use code to remove the Close button (I think Hack has some code for that somewhere) and that would leave your icon.
-
Nov 25th, 2005, 04:50 AM
#7
Re: Show icon but not min,max,close buttons?
http://www.vbforums.com/showpost.php...50&postcount=4
Not sure how that compares to creating your own titlebar (RB's sample). It's an alternative
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
|