Gif animation do you need the Image Animation Class?
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have an animated gif set to play once (not loop forever) I can display an animated gif in a form using the following: picturebox.Image = Image.FromFile("c:\directory\image.gif") The image displays correctly but plays forever even though it is set to play only once. Without going through all the heavy lifting of using the Image animation class and counting frames. Is there a way to stop the animation after one play? Thanks, GregC