www.pudn.com > OCXDemo.rar > OCXDemo.h


// OCXDemo.h : main header file for the OCXDEMO application 
// 
 
#ifndef __AFXWIN_H__ 
	#error include 'stdafx.h' before including this file for PCH 
#endif 
 
#include "resource.h"       // main symbols 
 
///////////////////////////////////////////////////////////////////////////// 
// COCXDemoApp: 
// See OCXDemo.cpp for the implementation of this class 
// 
 
class COCXDemoApp : public CWinApp 
{ 
public: 
	COCXDemoApp(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(COCXDemoApp) 
	public: 
	virtual BOOL InitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
 
	//{{AFX_MSG(COCXDemoApp) 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
 
/////////////////////////////////////////////////////////////////////////////