Image and Text on Command Button

G

Guest

Hi,

I would like to display command buttons on my main menu form with both an
image and text on each button (similar to VB).

Can this be done?

Thanks in advance,
Dave
 
S

SJ McAbney

-----Original Message-----
I would like to display command buttons on my main menu
form with both an image and text on each button (similar
to VB).

Can this be done?

It is possible but not with the default installation of
Access. You will require an ActiveX control - either
bought from a third party, given away on some helpful
site, or created in-house with Visual Basic/C++

The ActiveX control that's downloadable from Free VB Code
(http://www.freevbcode.com/ShowCode.Asp?ID=1871) will be
what you require.
 
J

Jamie

Hi Dave,

You can't add an image to a standard button and display text but you can
create an image with the text you require and display that instead. (This is
what I usually do)

Jamie
www.jamiessoftware.tk
 
S

Stephen Lebans

Open up your favourite Paint program. Create a Bitmap containing the
desired background Image overlayed with the desired Text. Save to a file
and then load this into your Command Button control's Picture property.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

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