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

Re: Showing animation on a form by hirf-spam-me-here

hirf-spam-me-here
Fri Jan 23 07:53:06 CST 2004

* "Noor" <noorrocks@softhome.net> scripsit:
> 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.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: Showing animation on a form by rollasoc

rollasoc
Fri Jan 23 08:55:20 CST 2004

I do it on my app with an animated gif on a form running in its own thread.

http://www.c-sharpcorner.com/Code/2002/Nov/ThreadPoolGifs.asp

This isn't the exact article I used when I did mine , but it is a similar
solution

Rollasoc

"Noor" <noorrocks@softhome.net> wrote in message
news:eDq8ceb4DHA.540@tk2msftngp13.phx.gbl...
> 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
>
>
>