MFCControl

所属分类:ActiveX/DCOM/ATL
开发工具:Visual C++
文件大小:108KB
下载次数:39
上传日期:2008-04-12 19:26:32
上 传 者zdl109874404
说明:  ActiveX控件设计 实例
(ActiveX control design example)

文件列表:
MFCControl\MFCControl.aps (41072, 1998-07-07)
MFCControl\MFCControl.clw (2534, 1998-07-07)
MFCControl\MFCControl.cpp (1960, 1998-05-28)
MFCControl\MFCControl.def (228, 1998-05-28)
MFCControl\MFCControl.dsp (9443, 1998-05-28)
MFCControl\MFCControl.dsw (543, 1998-05-28)
MFCControl\MFCControl.exp (1030, 1998-07-07)
MFCControl\MFCControl.h (984, 1998-05-28)
MFCControl\MFCControl.ico (1078, 1998-05-28)
MFCControl\MFCControl.lib (1790, 1998-07-07)
MFCControl\MFCControl.ncb (107520, 2007-09-20)
MFCControl\MFCControl.ocx (40960, 1998-07-07)
MFCControl\MFCControl.odl (4929, 1998-05-28)
MFCControl\MFCControl.opt (48640, 2007-09-20)
MFCControl\MFCControl.plg (256, 2007-09-20)
MFCControl\MFCControl.rc (7670, 1998-07-07)
MFCControl\MFCControl.res (8884, 1998-07-07)
MFCControl\MFCControl.tlb (3284, 1998-07-07)
MFCControl\MFCControlNoWinCtl.bmp (238, 1998-07-07)
MFCControl\MFCControlNoWinCtl.cpp (6256, 1998-05-28)
MFCControl\MFCControlNoWinCtl.h (2486, 1998-05-28)
MFCControl\MFCControlNoWinPpg.cpp (2594, 1998-05-28)
MFCControl\MFCControlNoWinPpg.h (1534, 1998-05-28)
MFCControl\MFCControlSubWinCtl.bmp (238, 1998-07-07)
MFCControl\MFCControlSubWinCtl.cpp (6308, 1998-05-28)
MFCControl\MFCControlSubWinCtl.h (2506, 1998-05-28)
MFCControl\MFCControlSubWinPpg.cpp (2618, 1998-05-28)
MFCControl\MFCControlSubWinPpg.h (1548, 1998-05-28)
MFCControl\MFCControlWinCtl.bmp (238, 1998-07-07)
MFCControl\MFCControlWinCtl.cpp (6152, 1998-05-28)
MFCControl\MFCControlWinCtl.h (2446, 1998-05-28)
MFCControl\MFCControlWinPpg.cpp (2546, 1998-05-28)
MFCControl\MFCControlWinPpg.h (1506, 1998-05-28)
MFCControl\regsvr32.trg (22, 1998-07-07)
MFCControl\Resource.h (1141, 1998-05-28)
MFCControl\StdAfx.cpp (204, 1998-05-28)
MFCControl\StdAfx.h (1185, 1998-05-28)
MFCControl\Release (0, 2008-04-03)
MFCControl (0, 2008-04-03)
... ...

======================================================================== ActiveX Control DLL : MFCCONTROL ======================================================================== ControlWizard has created this project for your MFCCONTROL ActiveX Control DLL, which contains 3 controls. This skeleton project not only demonstrates the basics of writing an ActiveX Control, but is also a starting point for writing the specific features of your control. This file contains a summary of what you will find in each of the files that make up your MFCCONTROL ActiveX Control DLL. MFCControl.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. MFCControl.h This is the main include file for the ActiveX Control DLL. It includes other project-specific includes such as resource.h. MFCControl.cpp This is the main source file that contains code for DLL initialization, termination and other bookkeeping. MFCControl.rc This is a listing of the Microsoft Windows resources that the project uses. This file can be directly edited with the Visual C++ resource editor. MFCControl.def This file contains information about the ActiveX Control DLL that must be provided to run with Microsoft Windows. MFCControl.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to generate and edit message maps and dialog data maps and to generate prototype member functions. MFCControl.odl This file contains the Object Description Language source code for the type library of your controls. ///////////////////////////////////////////////////////////////////////////// MFCControlWin control: MFCControlWinCtl.h This file contains the declaration of the CMFCControlWinCtrl C++ class. MFCControlWinCtl.cpp This file contains the implementation of the CMFCControlWinCtrl C++ class. MFCControlWinPpg.h This file contains the declaration of the CMFCControlWinPropPage C++ class. MFCControlWinPpg.cpp This file contains the implementation of the CMFCControlWinPropPage C++ class. MFCControlWinCtl.bmp This file contains a bitmap that a container will use to represent the CMFCControlWinCtrl control when it appears on a tool palette. This bitmap is included by the main resource file MFCControl.rc. ///////////////////////////////////////////////////////////////////////////// MFCControlNoWin control: MFCControlNoWinCtl.h This file contains the declaration of the CMFCControlNoWinCtrl C++ class. MFCControlNoWinCtl.cpp This file contains the implementation of the CMFCControlNoWinCtrl C++ class. MFCControlNoWinPpg.h This file contains the declaration of the CMFCControlNoWinPropPage C++ class. MFCControlNoWinPpg.cpp This file contains the implementation of the CMFCControlNoWinPropPage C++ class. MFCControlNoWinCtl.bmp This file contains a bitmap that a container will use to represent the CMFCControlNoWinCtrl control when it appears on a tool palette. This bitmap is included by the main resource file MFCControl.rc. ///////////////////////////////////////////////////////////////////////////// MFCControlSubWin control: MFCControlSubWinCtl.h This file contains the declaration of the CMFCControlSubWinCtrl C++ class. MFCControlSubWinCtl.cpp This file contains the implementation of the CMFCControlSubWinCtrl C++ class. MFCControlSubWinPpg.h This file contains the declaration of the CMFCControlSubWinPropPage C++ class. MFCControlSubWinPpg.cpp This file contains the implementation of the CMFCControlSubWinPropPage C++ class. MFCControlSubWinCtl.bmp This file contains a bitmap that a container will use to represent the CMFCControlSubWinCtrl control when it appears on a tool palette. This bitmap is included by the main resource file MFCControl.rc. ///////////////////////////////////////////////////////////////////////////// Other standard files: stdafx.h, stdafx.cpp These files are used to build a precompiled header (PCH) file named stdafx.pch and a precompiled types (PCT) file named stdafx.obj. resource.h This is the standard header file, which defines new resource IDs. The Visual C++ resource editor reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: ControlWizard uses "TODO:" to indicate parts of the source code you should add to or customize. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者