GIF is the only image format that can present image-based animation in Internet Explorer. But what level of support does GDI+ offer for animated GIFs? Well, at least the ability to read individual frames, and in this sample you'll see how to use GDI+ to pick apart an animated GIF. It is shown here after loading one of the sample images and scrolling to frame 7: Of interest is the way the WinForms PictureBox control deals with animated GIFs. Normally it always animates, but in this sample there's...