code

所属分类:VC书籍
开发工具:Visual C++
文件大小:28545KB
下载次数:149
上传日期:2008-07-10 13:39:42
上 传 者rainpie
说明:  1 BallMove 使用Win32 API线程函数创建多线程程序实例源码 2 UIThreadDemo1 不创建用户界面线程耗时操作的实例源码 3 UIThreadDemo2 创建用户界面线程耗时操作的实例源码 4 WorkThread 创建工作线程,并实现线程间通信的实例源码 5 CSemaphoreDemo 使用CSemaphore类实现线程同步的实例源码 6 SearchFile 通过多线程实现文件查找的实例源码 7. DlgActiveXDemo 在对话框应用程序中使用ActiveX控件的实例源码 8. SDIActiveXDemo 在单文档应用程序中使用ActiveX控件的实例源码 9. OleEdit 使用MFC开发ActiveX控件实例源码 10. Boxer 使用ATL开发ActiveX控件实例源码 11.ADO-PROM ADO数据库综合应用源码
(1 BallMove use Win32 API function to create multi-threaded thread instance 2 UIThreadDemo1 source does not create a user interface thread an example of time-consuming operation 3 UIThreadDemo2 source user interface thread to create time-consuming operation example 4 WorkThread the creation of source code lines process, and to achieve inter-thread communication examples of the use of source CSemaphore category 5 CSemaphoreDemo realize examples of thread synchronization source 6 SearchFile through the realization of multi-threaded file search examples of source 7. DlgActiveXDemo application in the dialog box to use ActiveX controls Examples of source 8. SDIActiveXDemo in a single document application examples of the use of ActiveX controls source 9. OleEdit development of ActiveX controls using MFC source code examples 10. Boxer use ATL source code examples of the development of ActiveX controls 11.ADO-PROM ADO Database Application source)

文件列表:
code (0, 2008-07-10)
code\CSemaphoreDemo (0, 2008-07-10)
code\CSemaphoreDemo\CSemaphoreDemo.aps (35964, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.clw (1273, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.cpp (2175, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.dsp (4303, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.dsw (553, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.h (1412, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.ncb (41984, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.opt (48640, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.plg (1200, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemo.rc (5450, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemoDlg.cpp (5031, 2007-08-02)
code\CSemaphoreDemo\CSemaphoreDemoDlg.h (1422, 2007-08-02)
code\CSemaphoreDemo\StdAfx.cpp (216, 2007-08-02)
code\CSemaphoreDemo\StdAfx.h (1054, 2007-08-02)
code\CSemaphoreDemo\resource.h (738, 2007-08-02)
code\CSemaphoreDemo\Debug (0, 2008-07-10)
code\CSemaphoreDemo\res (0, 2008-07-10)
code\CSemaphoreDemo\res\CSemaphoreDemo.ico (1078, 2007-08-02)
code\CSemaphoreDemo\res\CSemaphoreDemo.rc2 (406, 2007-08-02)
code\SearchFile (0, 2008-07-10)
code\SearchFile\DirDialog.cpp (4058, 2007-08-02)
code\SearchFile\DirDialog.h (774, 2007-08-02)
code\SearchFile\FileFind.ncb (50176, 2007-08-02)
code\SearchFile\FileFind.opt (53760, 2007-08-02)
code\SearchFile\Resource.h (918, 2007-08-02)
code\SearchFile\SearchFile.aps (36192, 2007-08-02)
code\SearchFile\SearchFile.clw (1522, 2007-08-02)
code\SearchFile\SearchFile.cpp (2119, 2007-08-02)
code\SearchFile\SearchFile.dsp (4358, 2007-08-02)
code\SearchFile\SearchFile.dsw (545, 2007-08-02)
code\SearchFile\SearchFile.h (1368, 2007-08-02)
code\SearchFile\SearchFile.ncb (50176, 2007-08-02)
code\SearchFile\SearchFile.opt (53760, 2007-08-02)
code\SearchFile\SearchFile.plg (1131, 2007-08-02)
code\SearchFile\SearchFile.rc (5878, 2007-08-02)
code\SearchFile\SearchFileDLG.cpp (8202, 2007-08-02)
code\SearchFile\SearchFileDLG.h (1796, 2007-08-02)
... ...

======================================================================== ActiveX Control DLL : OLEEDIT ======================================================================== ControlWizard has created this project for your OLEEDIT ActiveX Control DLL, which contains 1 control. 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 OLEEDIT ActiveX Control DLL. OleEdit.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. OleEdit.h This is the main include file for the ActiveX Control DLL. It includes other project-specific includes such as resource.h. OleEdit.cpp This is the main source file that contains code for DLL initialization, termination and other bookkeeping. OleEdit.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. OleEdit.def This file contains information about the ActiveX Control DLL that must be provided to run with Microsoft Windows. OleEdit.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. OleEdit.odl This file contains the Object Description Language source code for the type library of your control. ///////////////////////////////////////////////////////////////////////////// OleEdit control: OleEditCtl.h This file contains the declaration of the COleEditCtrl C++ class. OleEditCtl.cpp This file contains the implementation of the COleEditCtrl C++ class. OleEditPpg.h This file contains the declaration of the COleEditPropPage C++ class. OleEditPpg.cpp This file contains the implementation of the COleEditPropPage C++ class. OleEditCtl.bmp This file contains a bitmap that a container will use to represent the COleEditCtrl control when it appears on a tool palette. This bitmap is included by the main resource file OleEdit.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. /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者