Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make a bitmap image transparent 2

Status
Not open for further replies.

MrMajik

IS-IT--Management
Joined
Apr 2, 2002
Messages
267
How do I make a color (the background color) in a bitmap transparent? The control property for the imbedded image allows for the background of the control to be transparent. However, this does not affect the bitmap colors.

Any ideas?

Thank you.

Everything should be made as simple as possible, but not simpler
--Albert Einstein


 
Use a bitmap editor. The individual "bits" of a bitmap cannot be manipulated by Access. That's not the purpose of Access. Try Paint, Adobe Photoshop, CorelDraw, Flash5, etc., etc.

Neil
 
Instead of saving your file as a bitmap (bmp), try changing it to a gif (or possibly a jpeg).
 
Access doesn't display transparant gifs properly; you get a white background instead.

Just found this nice trick to work around it:

1) Open a new MS Word document.
2) Insert the .gif into the document ... Insert \ Picture \ From File
3) Select and copy the picture.
4) Open the Access form in design view.
5) Paste the image from the clip board ... Edit \ Paste Special \ Picture
6) Set the OLE Image Control properties: Back Style = Transparent and Border Style = Transparent
 
Thank you for the link TheAccessHack!! I almost resorted to converting my entire Access interface into one ginormous ActiveX control so i could use the transparency freedom of VB(yes, I was THAT desperate...)

*does the happy dance*
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top