Animated image display in GDI+ is fairly simple. They give you a special ImageAnimator class that internally stores a 50 ms timer to figure out when frames in an image should be updated, throws an event to control the update process in case you need to...