What do you want to know about: WinAPI, MFC, or something else? Like Ion said, this is pretty basic -- drawing graphics in MFC basically requires an understanding of the direct context and event handlers. If you are interested in drawing simple graphics in MFC, look up CDC, CClientDC, and CPaintDC classes in MSDN.
-Bones