⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 制作VC控件教程
💻 TXT
字号:
========================================================================
		ActiveX Control DLL : SAM_21
========================================================================

ControlWizard has created this project for your SAM_21 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 SAM_21 ActiveX Control DLL.

sam_21.mak
	The Visual C++ project makefile for building your ActiveX Control.

sam_21.h
	This is the main include file for the ActiveX Control DLL.  It
	includes other project-specific includes such as resource.h.

sam_21.cpp
	This is the main source file that contains code for DLL initialization,
	termination and other bookkeeping.

sam_21.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.

sam_21.def
	This file contains information about the ActiveX Control DLL that
	must be provided to run with Microsoft Windows.

sam_21.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.

sam_21.odl
	This file contains the Object Description Language source code for the
	type library of your controls.

/////////////////////////////////////////////////////////////////////////////
Sam_window control:

Sam_windowCtl.h
	This file contains the declaration of the CSam_windowCtrl C++ class.

Sam_windowCtl.cpp
	This file contains the implementation of the CSam_windowCtrl C++ class.

Sam_windowPpg.h
	This file contains the declaration of the CSam_windowPropPage C++ class.

Sam_windowPpg.cpp
	This file contains the implementation of the CSam_windowPropPage C++ class.

Sam_windowCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CSam_windowCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file sam_21.rc.

/////////////////////////////////////////////////////////////////////////////
Sam_nowindow control:

Sam_nowindowCtl.h
	This file contains the declaration of the CSam_nowindowCtrl C++ class.

Sam_nowindowCtl.cpp
	This file contains the implementation of the CSam_nowindowCtrl C++ class.

Sam_nowindowPpg.h
	This file contains the declaration of the CSam_nowindowPropPage C++ class.

Sam_nowindowPpg.cpp
	This file contains the implementation of the CSam_nowindowPropPage C++ class.

Sam_nowindowCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CSam_nowindowCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file sam_21.rc.

/////////////////////////////////////////////////////////////////////////////
Sam_editwindow control:

Sam_editwindowCtl.h
	This file contains the declaration of the CSam_editwindowCtrl C++ class.

Sam_editwindowCtl.cpp
	This file contains the implementation of the CSam_editwindowCtrl C++ class.

Sam_editwindowPpg.h
	This file contains the declaration of the CSam_editwindowPropPage C++ class.

Sam_editwindowPpg.cpp
	This file contains the implementation of the CSam_editwindowPropPage C++ class.

Sam_editwindowCtl.bmp
	This file contains a bitmap that a container will use to represent the
	CSam_editwindowCtrl control when it appears on a tool palette.  This bitmap
	is included by the main resource file sam_21.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.

/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -