Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi, first of all i'm very impresed with your work. And i would like to know if there is a way to do something i need for a personal project, with your control.

What i need is to make a transition to a transparent image, so i could prepare a backgroung image, some labels with text over it, and the animation control over it all, and then fading to trasnparent image so i see behind the animation control te prepared text, like fading on.

the code im trying is somthing like:

VB
Panel1.BackgroundImage = imagenes(3)
AnimationControl1.AnimatedImage = imagenes(8)
AnimationControl1.Animate(50)


this is after another transition, so the animation control is aready drawn, and imagenes(8) being a correct Bitmat with a full transparent gif loaded. Any sugestion?
Posted
Comments
Dalek Dave 27-Jul-10 9:16am    
Reason for my vote of 5
Good Question!
Sandeep Mewara 27-Jul-10 11:46am    
Though you are asking this to someone specific based on his article, question is framed such that others might help you out if they can.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900