How to add a transparent image to MS Access 2010 button control? -


normal intuitive way, hitting picture property's "..." button , clicking explore choose file doesn't work transparent ico files (ms access returns error), , doesn't work on bmp files, there no easy way specify transparent color them. there heaps of trials on internet handle special software, modules or custom multipart pictures drawn on buttons - way complicated.

is there simple way add transparent picture ms access button control?

finally long search finished here: http://www.tek-tips.com/faqs.cfm?fid=7541

  1. draw image control on form , select image transparency ( used .png files )
  2. change property 'picture type' 'shared' (noting control name or image name)
  3. click button control
  4. click property 'picture' , see picture image control available selection, select it.
  5. you can change button control 'picture type' 'embedded'

you should have transparent image isn't compatible buttons on button control. each new button image required, change image control picture source desired image , use shared image image button control. once have buttons desired images, delete image control! hope helps others drove me crazy eons before worked out!

regards, 1dmf

thank you, 1dmf! man! :)


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -