Introduction - If you have any usage issues, please Google them yourself
This example demonstrates two methods of drawing bitmaps to the screen. Usually, any bitmaps that are to be displayed are copied directly to the screen using the Window Server. This is done using the CWindowGc class that every application has access to. This class has a number of useful methods for manipulating bitmaps, such as BitBlt() and BitBltMasked().