Home > Archive > Visual Basic > August 2005 > Design Problem!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| A VB6 Form has around 30 buttons & the style of all are set to
Graphical but when the Form is run, I find that some of the buttons
look more depressed (or 'pushed-down') than the rest i.e. the thickness
of all the buttons aren't the same. This isn't giving a good look to
the application. What do I do to ensure that all the buttons have the
same thickness?
Please note that the width & height of all the buttons are exactly the
same (width=615 & height=495).
Thanks,
Arpan
| |
|
| Buttons in graphical mode always a problem.
Try resize the buttons, making the size slightly
larger could improve looks.
"Arpan" <arpan_de@hotmail.com> wrote in message
news:1125156214.339635.29090@o13g2000cwo.googlegroups.com...
>A VB6 Form has around 30 buttons & the style of all are set to
> Graphical but when the Form is run, I find that some of the buttons
> look more depressed (or 'pushed-down') than the rest i.e. the thickness
> of all the buttons aren't the same. This isn't giving a good look to
> the application. What do I do to ensure that all the buttons have the
> same thickness?
>
> Please note that the width & height of all the buttons are exactly the
> same (width=615 & height=495).
>
> Thanks,
>
> Arpan
>
| |
|
| Thanks, Ted, for your response but isn't there any other workaround to
overcome this design problem other than the one you have suggested?
Thanks once again,
Regards,
Arpan
| |
| Brian Schwartz 2005-08-31, 7:55 am |
| Are the buttons touching? If so, their borders may be overlapping just
slightly. You can experiment with this by using the Bring to Front and Send
to Back commands on the Format | Order menu.
--
Brian Schwartz
FishNet Components
http://www.fishnetcomponents.com
Building better tools for developers - Be part of it!
"Arpan" <arpan_de@hotmail.com> wrote in message
news:1125179189.486539.253610@f14g2000cwb.googlegroups.com...
> Thanks, Ted, for your response but isn't there any other workaround to
> overcome this design problem other than the one you have suggested?
>
> Thanks once again,
>
> Regards,
>
> Arpan
>
|
|
|
|
|