搜索资源列表
zidongxiezai
- 使用MFC实现COM组件时,经常节省许多开发时间。例如,使用AppWizard生成的基于MFC的COM dll工程,已经自动的提供了DllRegisterServer功能的实现。然而,却没有自动生成DllUnregisterServer功能。一般情况下,DllUnregisterServer对于程序是不可缺少的,因为一个完整的程序,不仅需要自注册功能,同时也需要自卸载功能。-use MFC COM, we often save many development time. For example
mfc-example-set
- 对于常见的MFC问题的现象的阐述,介绍和总结,有助于MFC的开发和实现。-for MFC common problem with a descr iption of the phenomenon, the presentation and summary of MFC to the development and realization.
MFC程序员的WTL指南
- 序言 3 第一章ATL 界面类 4 1.1、对本书的总体介绍 4 1.2、对这一章的简单介绍 5 1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5 1.2.2、ATL风格模板 6 1.3、ATL 窗口类 8 1.3.1、定义一个窗口的实现 8 1.3.2、填写消息映射链 9 1.3.3、高级消息映射链和嵌入类 11 1.3.4、ATL程序的结构 13 1.3.5、ATL中的对话框 15 第二章WTL 界面基类 18 2.1、WTL 总体印象 18 2.
串行通信的基本原理及用MFC实现串口通信编程
- 串行通信的基本原理及用MFC实现串口通信编程
mfc仓库存储系统
- mfcvc6.0 编写的仓库存储系统,可以实现仓库库存的查询存储提取等功能,可查看货物的交易记录
mfc
- 一个基于MFC的编程的图书管理系统,包括实现的全部源码,已经运行界面
CH15Demo1
- 用MFC实现窗口的分割,还可以进行一其他的操作,要是想知道是什么你就自己看吧,我就不再多说了-Split the window with the MFC to achieve, but also can be an additional operation, if you want to know what is on his own see, I will not repeat them here
MFC
- 拼图游戏是同学们喜欢的益智游戏之一,带着浓厚的兴趣,我们选择拼图游戏设计作为我们小组本次MFC课程设计的课题。在讨论中,有的同学希望用单文档(SDI)的形式完成本次设计,有的同学则偏向于用对话框(Dialogue)的形式,最终我们小组讨论决定最终的设计采用对话框形式实现拼图功能。-Classmates like jigsaw puzzle is one of the puzzles, with strong interest, we choose puzzle design as me
MFC-li-ti-wen-zi
- 用VC++6.0实现具有立体感汉字的方法,可以自己去试一试,上面教我们怎么去做-With vc++ 6.0 realization method of Chinese characters have stereo feeling, can have a try, it teaches us how to do it
MFCChatroom
- 本文详细介绍了VC6.0 MFC实现简易网络聊天室的全过程-This paper describes the VC6.0 MFC easy to achieve the whole process of Internet chat rooms
MFChomefinance
- 本文详细介绍了利用VC6.0 MFC实现一个家用财务管理系统的全过程-This paper describes the use VC6.0 MFC to implement a household financial management system of the whole process
Multimedia-player-based-on-MFC
- 基于MFC的多媒体播放器的实现,用了Windows Media Player控件.-Realization of multimedia player based on MFC
VS-MFC
- 一款关于基于VS2010中MFC的程序设计教程,里面有详细的步骤,即使初学者也能顺利实现。-A based the VS2010 MFC program design tutorial, there are the detailed steps, even beginners can successfully achieve.
mfc-print
- 包含多种用于实现MFC打印功能的代码和方法介绍,用户可按需选择并测试,经本人测试后可以使用。-Contains a variety of code and methods used to implement the MFC print function introduced, users can demand options and test can be used after I tested.
MFC
- MFC 单文档静态窗口分割 简单的编程方法与步骤,并一步步实现-MFC Single document static window segmentation
MFC-image
- 基于MFC的图片浏览器设计与实现的PPT,详细的介绍了图像浏览器的设计与实现-Detailed design and implementation PPT image browser design and implementation of the MFC-based image browser
txl
- 用VC++的MFC实现的通讯录,可以实现添加,删除,统计,查询基本功能,还附有课程报告-Contacts with VC++ MFC implementation can achieve add, delete, statistics, query the basic functions, also accompanied by a curriculum report
MFC
- 基于VisualC++ 网络编程的网络聊天工具的开发。主要用MFC实现,socket编程实现的。-Based on the VisualC++ network programming network chat tool development. Main use MFC implementation, socket programming implementation.
MFC-curve
- 用MFC实现任意曲线的面向对象表示及其拾取,用在画图方面-Any curve with MFC object-oriented pickup, used in the Paint
MFC实现各种类型数据转换
- MFC实现各种类型数据转换,包括字符串与整型,浮点数、字符的转换之间的双向转换