Did you read the Notes section on the Transparent Web page?
Notes:
This function only works on pictures that have "WHITE" as their background
color. Many GIF files use the standard system GREY instead. You will have
to load any files into a Paint program that do not have white for a
background color and make the necessary changes. I spent 10 hours trying to
implement a Transparent function to allow the user to select which color
they want to appear transparent. The problem here is that in the normal
course of events, the program rendering a picture to the screen can
obviously grab whatever is currently on the screen to form the basis of a
transparency function. Since there is no "Paint" event in Access we rely on
the Access to redraw all of the controls. I could not find a method to
encode a transparent color in the Metafile other than background white. You
would think you could just set the DC's Background color to the chosen
Transparency value to form the "mask". Unfortunately I tried this with
limited success. I could make any color Transparent except the current
background color. The easiest method would be to remap the user's choice for
a Transparent color to the background and make it White. But I spent so much
time experimenting that I'm going to leave it for now and get back to the
Animated Gif player. I'll try to come back some day and finish this
properly.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.