// MfcWinFormsHostDlg.h : header file // #pragma once // CMfcWinFormsHostDlg dialog class CMfcWinFormsHostDlg : public CDialog { // Construction public: CMfcWinFormsHostDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data enum { IDD = IDD_MFCWINFORMSHOST_DIALOG }; protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support // Implementation protected: HICON m_hIcon; // Generated message map functions virtual BOOL OnInitDialog(); afx_msg void OnPaint(); afx_msg HCURSOR OnQueryDragIcon(); DECLARE_MESSAGE_MAP() // DONE: A wrapper for a WinForms control CWinFormsControl m_wndWinFormsCalendar; };