Edit

Share via


Creating Windows

Note

The Microsoft Foundation Classes (MFC) library continues to be supported. However, we're no longer adding features or updating the documentation.

The framework automatically creates most of the windows you need in a framework program. Document/View Creation shows how the framework creates the frame windows associated with documents and views. But for special purposes you can create your own windows — including your own child windows of frame windows or views — in addition to the windows supplied by the framework.

What do you want to know more about

See also

Window Objects