SECFDIChildWnd Class
class SECFDIChildWnd: public SECFrameWnd
Class SECFDIChildWnd derives from SECFrameWnd and provides the implementation for the FDI child window. The SECFDIChildWnd class is the base class for all FDI child windows. If you are converting an MDI application to FDI, rederive your MDI child windows from SECFDIChildWnd.
Defined in: fdichild.h
Comments
See the FDI sample in the \SAMPLES\TOOLKIT\STANDARD\MDI directory for a demonstration of this class.
See Also
Class Members
Constructors/Destructors
Class constructor
Initializations
BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle = WS_OVERLAPPEDWINDOW, const RECT& rect = rectDefault, CWnd* pParentWnd = NULL, LPCTSTR lpszMenuName = NULL, DWORD dwExStyle = 0, CCreateContext* pContext = NULL)
Creates the Windows frame window object.
Overrideables
virtual BOOL LoadFrame(UINT nIDResource, DWORD dwDefaultStyle = WS_OVERLAPPEDWINDOW | FWS_ADDTOTITLE, CWnd* pParentWnd = NULL, CCreateContext* pContext = NULL)
Loads the Windows object along with the resources and associates it with the SECFDIChildWnd object
virtual void ActivateFrame(int nCmdShow = -1)
Sets the calling window as the active window and brings it to the top of the Z-order
virtual BOOL PreCreateWindow(CREATESTRUCT& cs)
Override to specify initial size of the window