Command buttons

  • Thread starter Thread starter Alex Martinez
  • Start date Start date
A

Alex Martinez

How can I get both the text and the graphics on the command button. For
example if I have a button to exit or leave I can have a picture of a door
closing, but I also want to have an "Exit" text appearing below the picture.
Any tips will be appreicated. Thank you.
 
Take a look at the 3rd screen shot here:

http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm

note how the button has both a graphic, and text on top.

I simply put a button on the screen, and then threw on top a label.

However, that label area is not clickable. The other approach is to make the
button trans parent. However, this makes the button image go away also. So,
you just put both the image, and the text label behind the button (use the
send to back on the format menu...and this works, and you don't get the tiny
text area that is not clickable).
 
Back
Top