Buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Thanks for taking the time to read my question.

Just wondering if it is possible to change the appearance of buttons on a
form. Can you make them appear Flat, Raised, Sunken with code?

I have done this with Labels, and have onClick events on the Labels, but the
Labels are not in the tab order, nor can you set focus to them.

I essentially want a MouseOver effect on my buttons.

Thanks again,

Brad
 
Special Effects aren't possible on buttons.

You could try using unbound textboxes. If you set their Locked property to
True, they'll act the same as labels.
 
buttons are pretty stupid. They don't have special effects like labels.
Although it is not its intended use, you can probably use a Toggle Button
instead of a command button.
 
Back
Top