I have an event that gets called when my app uses the internet. The event changes an animated gif composed of 7 frames. How do I make it only loop through the frames only on
You can extract single frame from that GIF image (non - animated) when the progress event is done,
GIF
txImage.Image = Image.FormFile("non-animated-frame-from-gif.jpg");
You can use this website to extract frame from gif : http://gif-explode.com/