View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Screen flicker when changing Image.Picture source on UserForm

Only two controls are used.
The new image goes in the one that is not visible, then the visible
property of both is switched.

Jim Cone
San Francisco, USA


"Jim at Eagle" wrote in message
...
how many layers can you use? This sounds like a lot of fun if fade in and out
by several layers.



"Jim Cone" wrote:

Hi Paul,
Try adding an identical image control directly on top of the
existing control.
Then in your code, load the hidden control with the new image,
followed by making the top control not visible and the bottom one
visible.
I've done something similar with text boxes on a form, using the mouse
move event and the results are impressive.
Regards,
Jim Cone
San Francisco, USA