Change MDI Background (Lebans)

J

JK

Using the [ChangeMDIBackGround.zip] example created by Lebans Holdings - I
was wondering if someone could tell me how to keep the background color /
image after the application is closed and reopened.

In other words, if I change the background color to blue and close and
reopen the application - the background should still be blue.

I'm not a VBA programmer. I've learned a lot from the examples people
provide online, but I'm still a rookie. Any help would be appreciated.

Example Found Here:
http://www.lebans.com/changemdibackground.htm
 
S

Stephen Lebans

You simply place the call to my function in the Load event of the first form
opened by your application.

--

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

JK

That was easy enough!
Thx Much!

JK

Stephen Lebans said:
You simply place the call to my function in the Load event of the first form
opened by your application.

--

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


JK said:
Using the [ChangeMDIBackGround.zip] example created by Lebans Holdings - I
was wondering if someone could tell me how to keep the background color /
image after the application is closed and reopened.

In other words, if I change the background color to blue and close and
reopen the application - the background should still be blue.

I'm not a VBA programmer. I've learned a lot from the examples people
provide online, but I'm still a rookie. Any help would be appreciated.

Example Found Here:
http://www.lebans.com/changemdibackground.htm
 

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