View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.misc,microsoft.public.excel
Simon Lenn Simon Lenn is offline
external usenet poster
 
Posts: 7
Default Image set transparent becomes opaque on clicking it

I have a Gif image and to try making it clickable I placed the Excel
Image Control on top of a specific part of the image I want to make
clickable and set the backstyle to Transparent for the the Excel Image
control (Image1). So far so good I have created a device handler to
throw a messagebox for the Image1_Click event handler when I click the
Image it turns opaque I am setting even explicitly

Image1.BackStyle = fmBackStyleTransparent

in the Image1 click event and despite it the Image still remains
opaque.

This is driving me nuts not sure where I am missing something please
help.

Thanks
Simon