Color Picker Control/Dialog

B

BruceS

Hi, all!

Have a A2003 database where each employee team is to be represented by a
different background color on forms and reports. On the setup form, I want
to pop up a dialog containing the normal Access "color picker" box like
appears in design mode, let them select a color, then store the color number
in my record for later use.

Is there control out there for the color picker? I looked in the tools and
in the references list and did not see any that had "color" in the name.

Thanks,
Bruce
 
A

Arvin Meyer [MVP]

BruceS said:
Hi, all!

Have a A2003 database where each employee team is to be represented by a
different background color on forms and reports. On the setup form, I
want
to pop up a dialog containing the normal Access "color picker" box like
appears in design mode, let them select a color, then store the color
number
in my record for later use.

Is there control out there for the color picker? I looked in the tools
and
in the references list and did not see any that had "color" in the name.

Thanks,
Bruce


The color picker is a Windows API which is accessible from VBA code. Stephen
Lebans has done so for you at:

http://www.lebans.com/changemdibackground.htm

The database is in Access 97 format, but converts to Access 2000 format (the
default for 2003) without problems. You can then copy the API and the
calling code into yout application.
 
B

BruceS

Thanks, Arvin! This one will enable me to give the app a little more
character.
Bruce
 

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