Showing posts with label animated. Show all posts
Showing posts with label animated. Show all posts

Feb 25, 2014

Animated Bitmap in C

Sometimes you will run across a Windows program that entertains you through an animated bitmap. Bed not the culprit this task accomplished? One solution should be to create a timer event that switches the bitmap every second or two, thus making the bitmap “appear” to become animated. In fact, it's not necessarily animated, but instead several versions of the same bitmap are switched fast enough to make it appear as if the bitmap is moving.