class CWelcomeWindow : public CFrameWnd { public: CWelcomeWindow(); ~CWelcomeWindow(); protected: private: CStatic* m_pGreeting; };