Animated gif (LOGO) on a form

[quote=259072:@Michel Bujardet]You mean this ?

Are you talking about static GIF ? Canvas does that brilliantly. Then it would seem easy to use two pictures, one of the blue bar, the other of the background gutter, to create a new ProgressBar.

The animation could be achieved with a longer blue bar that is moved along with a timer.[/quote]
I’m using a similar procedure similar that you said.

I have a Custom Progressbar, with one plain image created on Paint Event with g As Graphics for the progressing bar
and another canvas for the background of the progress bar.

And a Timer to do the animation.

But I remember that this oldie bar was not Static, It moved, I mean was animated.