Change Access Background

B

Berny

Can anyone tell me if it is possible to change the Access gray background to
have a jpeg image?
 
B

Brendan Reynolds

There's code to do this at the following URL ...

http://www.mvps.org/access/api/api0035.htm

--
Brendan Reynolds (MVP)
http://brenreyn.blogspot.com

The spammers and script-kiddies have succeeded in making it impossible for
me to use a real e-mail address in public newsgroups. E-mail replies to
this post will be deleted without being read. Any e-mail claiming to be
from brenreyn at indigo dot ie that is not digitally signed by me with a
GlobalSign digital certificate is a forgery and should be deleted without
being read. Follow-up questions should in general be posted to the
newsgroup, but if you have a good reason to send me e-mail, you'll find
a useable e-mail address at the URL above.
 
B

Berny

I downloaded the file "A97ChangeMDIBackgroundVer8" from your site and I
converted it to Access 2002 and it appears to be able to do what I'm trying
to do, BUT!

I don't known enough programming to get it to do what I need exactly.

I'm trying to set the Background to one specific image when I open the
application.

It is always going to be the same image.

Can you tell me where and have to put the permanent image Path and name?
 
B

Berny

Thank you
VERY MUCH!!!!!!

That took care of the problem.

One last thing, If I'm only going to be changing the background do I need
all of the Modules?

modChangeMDI
cDIBSection
clsCommonDialog

Also I noticed that module cDIBSection refers to Jpeg images, does that mean
that Jpeg's can also be used, or is it limited to Bitmaps only?

Again Thank you Very much
 
Top