Buttons

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
 
D

Douglas J Steele

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top