Animated GIF

P

piter

Hi.
I have a button with an image which is animated gif. I need this animation
to be played only when button_Click event occur.
How to force form not to play animation until button is pressed?
PK
 
R

rossum

Hi.
I have a button with an image which is animated gif. I need this animation
to be played only when button_Click event occur.
How to force form not to play animation until button is pressed?
PK
Have two images, one static and one animated. Load the static image
into the button when the program starts. Switch to the animated image
when the button_Click event fires.

rossum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top