Re: Button Colours
From: Larry Linson (bouncer_at_localhost.not)
Date: 07/19/04
- Next message: Kelly C: "Access Reporting from a VB app"
- Previous message: NBReceptionist: "Re: Field Concatenation"
- In reply to: Jagster: "Button Colours"
- Next in thread: Bruce: "Re: Button Colours"
- Reply: Bruce: "Re: Button Colours"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Jul 2004 17:48:53 -0500
"Jagster" <anonymous@discussions.microsoft.com> wrote in message
news:2f68e01c46d76$9d7cb220$a401280a@phx.gbl...
> Hi,
>
> I would like to be able to change the colour of the
> buttons on access from that dull gey shade. I can only
> seem to be able to change the font colour. Any ideas?
Set the Button's Transparent property to Yes. Create a Label the same size
as the button with the text you want to show on the Button, and the other
properties to your choice, then locate the Label on top of the Button,
select it, and Format | Send to Back.
Or, if you don't want anything more than a Click event, just use a Label
instead of a Command Button. Labels have Click events, too.
Larry Linson
Microsoft Access MVP
- Next message: Kelly C: "Access Reporting from a VB app"
- Previous message: NBReceptionist: "Re: Field Concatenation"
- In reply to: Jagster: "Button Colours"
- Next in thread: Bruce: "Re: Button Colours"
- Reply: Bruce: "Re: Button Colours"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|