Animateing GIF images in a winform

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I know I saw a method to do this once before, but how do you embed a GIF
image in an app and run its animation sequence to display on a winform as an
animated image?
 
* "Brian Henry said:
I know I saw a method to do this once before, but how do you embed a GIF
image in an app and run its animation sequence to display on a winform as an
animated image?

Just assign it to a picturebox's 'Image' property.
 
Back
Top