www.pudn.com > TOOLBAR11.rar > TOOLBAR.H, change:2001-05-19,size:508b
// toolbar.h : main header file for the toolbar application // #pragma once #ifndef __AFXWIN_H__ #error include 'stdafx.h' before including this file for PCH #endif #include "resource.h" // main symbols // CtoolbarApp: // See toolbar.cpp for the implementation of this class // class CtoolbarApp : public CWinApp { public: CtoolbarApp(); // Overrides public: virtual BOOL InitInstance(); // Implementation afx_msg void OnAppAbout(); DECLARE_MESSAGE_MAP() };