What are frames as used in VC++?
Frames are the attributes used in describing the borders, dimensions as well as the locations of certain windows in VC++. Frames are used by two types of Microsoft Foundation Class (MFC) applications. The applications that use frames employ the concept referred to as the document view architecture which allows some certain programs to be present in a given application. Explain what you understand by the term CFrameWnd. The Microsoft Foundation Class (MFC) usually consists of a wide set of classes in the library. The CFrameWnd is one of these classes and it is one of the most oftenly used classes. It can assist in creation of the user defined classes. The CFrameWnd provides classes used in the creation of window frames. Explain what you understand by the term CWinThread class. Sometimes, it is usually important that one creates a thread using the CWinThread if at all one wants to provide a window to a given application. In such a situation, one is expected to use the public member varia