| View previous topic :: View next topic |
| Author |
Message |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Fri Oct 17, 2003 12:24 pm Post subject: BITBTN Question |
|
|
Hi,
does somebody know a way to make the text on a bitbtn apper beside the bitmap and now below ?
Thanks for your help |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Fri Oct 17, 2003 3:21 pm Post subject: |
|
|
Hi X-Tools
I don't think that may be possible with VDS.
I think what you are looking for is XP style buttons.
One need to go for rebar/owner drawn button/subclassing in VDS
to achieve this and I don't think anyone has done such things
as of now.
So IMHO the best bet would be to use a image editor and
to a image say 20x60 add both the icon and the text in
the image itself and set no caption to the bitbtn.
Screen shot :
Other Options:
Use text elements with click style
OR bitmap with click and mouse over style
to give the button effect too. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
X-Tools Valued Contributor

Joined: 20 Sep 2001 Posts: 296 Location: Germany
|
Posted: Fri Oct 17, 2003 3:31 pm Post subject: |
|
|
Hi Codescript,
thanks for your answer.
I'll do it this way.
Bye, Fabian |
|
| Back to top |
|
 |
|