How to set Form’s back color alike Access Window back color

A

Adnan

Hi,

I have a form with back color set alike to the access windows (user can not
compare de difference between form back color and access window’s back
color), the issues is that I have some users who’s computer theme is set to
different theme in which case Access window’s back color is different too,
and my forms back colors remains the same. How do I get to change forms back
color, maybe code that says On Open, or On Load set back color alike Access
Window’s color.

I appreciate you help!
Adnan
 
A

Adnan

Doug,
At the first look the link you’ve provided me, I thought you had me
satisfied, but the fact is that I’m still not getting what I’m looking for.
I’ve wrote the following code On Load event of the form:

Detail.BackColor = vbWindowBackground

Results are I am getting White back color instead of gray (Microsoft Access
window back color)

Thank you sir,
Adnan

--
Please post all your inquiries on this community so we can all benefit -
Thank you!


Douglas J. Steele said:
 
A

Adnan

Doug,
The following link tells what I’m trying to accomplish. It look as you have
gone previously through such posts and I’m not the only one asking for such
thing…

http://groups.google.com/group/micr...ackground+color&rnum=2&hl=en#eb5fa05a293091f3

Thank you again,
Adnan

--
Please post all your inquiries on this community so we can all benefit -
Thank you!


Douglas J. Steele said:
 
D

Douglas J. Steele

I believe you're looking for vbApplicationWorkspace

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Adnan said:
Doug,
At the first look the link you've provided me, I thought you had me
satisfied, but the fact is that I'm still not getting what I'm looking
for.
I've wrote the following code On Load event of the form:

Detail.BackColor = vbWindowBackground

Results are I am getting White back color instead of gray (Microsoft
Access
window back color)

Thank you sir,
Adnan
 

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