Showing animation on a form

N

Noor

Hi All

How some application shows animation to show if some progress/processing is
going on.

like especially in the end of some wizard, the application shows animation
on a form, animation like we see when copying of files is being done.

is that done by showing some animated gif? If an animated gif then how to
display an animated gif on a form.


Thanks

NOOR
 
H

Herfried K. Wagner [MVP]

* "Noor said:
How some application shows animation to show if some progress/processing is
going on.

like especially in the end of some wizard, the application shows animation
on a form, animation like we see when copying of files is being done.

is that done by showing some animated gif? If an animated gif then how to
display an animated gif on a form.

Just add a picturebox and set its 'Image' property to the animated GIF.
Windows uses IMO a STATIC control to display the animation (AVI), but I don't
know if there is a good replacement for .NET available.
 

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