搜索资源列表
ADODataBase1
- 生成应用程序框架并初始化OLE/COM库环境 创建一个标准 的MFC AppWizard(exe)应用程序,然后在使用ADO数据库的InitInstance函数中初始-generation application framework and initialization OLE / COM library environment to create a standard MFC AppW izard (exe) applications, then use ADO database initia
Doc_View_Sample
- 这个例子说明了如何创建一个MFC应用程序框架,并且在程序的视图中显示选定字体所写的文字.-This example illustrates how to create an MFC application framework, and in view of the procedure shown in the text written by the selected font.
MFC_BASIC
- MFC(Microsoft Foundation Classes)库是Microsoft为利用VC++开发Windows应用程序而提供的应用程序框架。在这个框架的支持下,对于不同的应用程序,编程的主要任务是填写各自特殊部分的代码。MFC类库由130多个类组成,封装了两千多个API函数 提供基本的MFC创建过程,对于MFC有大致的描述,很适用于MFC初级者学习。-The Basic of MFC
chapter3_2
- 在MFC 中有一组专门用来构成应用程序框架的类,用这些类可以快速创建应用程序的框架。-In the MFC has a set of application framework designed to constitute a class, using these classes you can quickly create an application framework.
chapter3_3
- 在MFC 中有一组专门用来构成应用程序框架的类,用这些类可以快速创建应用程序的框架。-In the MFC has a set of application framework designed to constitute a class, using these classes you can quickly create an application framework.
gd
- 自己建立一个基于MFC的程序,并能对鼠标左键单击操作进行响应(弹出消息框)。 在程序编写过程中注意以下几点: (1) 建立工程的类型(Win32 Application)及需要包含的头文件(afxwin.h) (2) 从CWinApp派生自己应用程序类,从CFrameWnd派生自己框架窗口类 (3) 注意程序的构建过程:从应用程序类对象开始,调用基类构造函数,在其中调用InitInstance(),因其为虚函数,会调用自己重载的InitInstance(),我们可以在其中创
ADDRESS
- 迷你电话本 本实验通讯录主要要实现添加、删除、编号、查找等功能。完成本实验文档中有大量的数据需要存取,因此需要定义大量的成员变量来完成。在MFC中为我们提供了集合类,我们可以用它来动态的处理不同类型的对象。因此,该实验要创建一个基于SDI单文档的应用程序框架,视图类基类为CformView。-Experimental mini-phone books to achieve the main contacts to add, delete, number, search and other fu
tongxunlu
- 本实验通讯录主要要实现添加、删除、浏览、统计、查找等功能。完成本实验文档中有大量的数据需要存取,因此需要定义大量的成员变量来完成。在MFC中为我们提供了集合类,我们可以用它来动态的处理不同类型的对象。因此,该实验要创建一个基于SDI单文档的应用程序框架,视图类基类为CformView-In this study, mainly to achieve the contacts to add, delete, browse, statistics, search and other function
SDIDemo
- vc使用AppWizard创建基于文档视图结构MFC应用程序框架\SDIDemo-vc use AppWizard to create the document view architecture-based MFC application framework \ SDIDemo
Demo-of-Visual-CPP
- 光盘说明 1.本书代码的运行环境 1~17章 Visual C++ 6.0 2.本书所附光盘实例源码 第1章 实例001——实现C++类的多重继承 实例002——使用虚函数实现运行时多态 实例003——操作符重载实现编译多态(复数的加法运算) 实例004——使用函数模板实现不同数据类型的极值函数 实例005——使用C++实现格式化数据的IO 实例006——实现数字金额的中文大写转换 实例007——将十进制数转换为二进制
SDIDemo
- vc——使用AppWizard创建基于文档视图结构MFC应用程序框架\SDIDemo-vc- Use AppWizard to create the document view architecture-based MFC application framework \ SDIDemo
chengxukuangjia
- 创建应用程序框架 同一类应用程序的结构大致相同,并有很多相同的源代码,因此可以通过一个应用程序框架(application frameworks AFX)编写同一类应用程序的通用源代码。主要介绍利用MFC AppWizard[exe]应用程序向导创建MFC应用程序方法,并对应用程序向导生成的各种文件的功能进行说明。-Create the same type of application framework similar to the structure of the application
MouseEvent
- 利用MFC向导建立一个应用程序框架,并在此框架上实现以下功能: (1)单击鼠标左键时在光标位置画矩形,单击鼠标右键时在光标位置画椭圆 (2)创建一种高50个像素点的字体,能够显示中文,并在鼠标左键双击位置用OnPaint()函数显示一个中文字符串。 (3)建立一个对话框,当鼠标右键双击时打开该对话框,使其能够输入学生的档案,包括学生的姓名、性别、年龄、所在院系。(源代码包含非常完整的注释,方便读者理解程序)-Using MFC wizard to set up an appli
SDIDemo
- vc使用AppWizard创建基于文档视图结构MFC应用程序框架\SDIDemo-vc use AppWizard to create the document view architecture-based MFC application framework \ SDIDemo
SDIDemo
- vc使用AppWizard创建基于文档视图结构MFC应用程序框架\SDIDemo-vc use AppWizard to create the document view architecture-based MFC application framework \ SDIDemo
VC++6.0使用MFC创建应用程序框架操作步骤示例
- VC++6.0使用MFC创建应用程序框架操作步骤示例(VC++6.0 examples of using MFC to create application framework operation steps)