Window Objects Samples

CWnd is the base class for all framework window classes, including view classes and frame window classes. CWnd offers member functions for almost all of the Windows HWND-based functions and WM_ messages. These CWnd functions and message handlers are illustrated in almost all of the samples.

The following samples illustrate some techniques for using window objects that are specific to using the Foundation classes or that are not covered in general Windows programming literature:

See Also

Microsoft Foundation Class Library Samples Index