ChrisO
Registered User.
- Local time
- Today, 19:16
- Joined
- Apr 30, 2003
- Messages
- 3,202
Fading Images Demonstrations.
There are three separate demonstrations in this suite and each should comply with the following:
Access 2003. (They may or may not work in Access 2007 or above.)
Windows XP. (They may not work in Windows 7 or above.)
Screen resolution 1024 x 768 or above.
Tested with English, French and German regional settings.
The attempt here is to fade images relative to another Form's Control.
The difficult part is to display them relative to a Control irrespective of screen menu bars.
To that end, a procedure SizeFormToControl() is included.
It uses screen API calls because the internal DoCmd.MoveSize doesn't quite hack it.
The images are background images on two different popup Forms.
The image Forms need to be popup in order to fade them; the entire Form is faded not just the image.
You may adjust the fade rate if required.
Search Key Words…
Fade Images MoveSize
Chris.
There are three separate demonstrations in this suite and each should comply with the following:
Access 2003. (They may or may not work in Access 2007 or above.)
Windows XP. (They may not work in Windows 7 or above.)
Screen resolution 1024 x 768 or above.
Tested with English, French and German regional settings.
The attempt here is to fade images relative to another Form's Control.
The difficult part is to display them relative to a Control irrespective of screen menu bars.
To that end, a procedure SizeFormToControl() is included.
It uses screen API calls because the internal DoCmd.MoveSize doesn't quite hack it.
The images are background images on two different popup Forms.
The image Forms need to be popup in order to fade them; the entire Form is faded not just the image.
You may adjust the fade rate if required.
Search Key Words…
Fade Images MoveSize
Chris.
Last edited: