Frames contain
view windows. Frame windows allow the user the capability to use status bars,
toolbars, and splitters.
CFrameWnd
contains the implementation to perform the function of a main window as wells
as it keeps track of currently active view that is independent of Windows
active window or input focus. It also provides the functionality of a Windows
single document interface (SDI) overlapped. This is contained in CFrameWnd class.
For example:
classCFrameWnd
: public CWnd
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Frames contain view windows. Frame windows allow the user the capability to use status bars, toolbars, and splitters.
CFrameWnd contains the implementation to perform the function of a main window as wells as it keeps track of currently active view that is independent of Windows active window or input focus. It also provides the functionality of a Windows single document interface (SDI) overlapped. This is contained in CFrameWnd class.
For example:
class CFrameWnd : public CWnd