搜索资源列表
labelex.rar
- 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是 MFC 提供的 CStatic类的功能过于简单,无法满足高级需求。为此我从 CStatic 派生了一个类 CLabelEx,扩展了CStatic。第一次投稿,水平不足请大家见谅。我从 vckbase.com 学到了很多很多东西 ,该是我回报的时候了。
mfc的文件显示 byhangke
- 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1,
EditDlg
- mfc界面编程,对于刚学界面编程的人员有一定参考价值。-mfc programming interface for just learning programming interface of a certain reference value.
CDocumentCode
- 使用CArchive类对文件进行操作。MFC框架程序提供的文件新建与打开功能内部的实现机制。如何利用CDocument类的串行化存储功能保存与加载数据。如何实现类对串行化的支持,CObArray的串行化实现内幕。删出文档数据时常犯的错误。MFC框架程序的文档类和视类的关系,以及如何获得相互的指针引用-use CArchive category of documents to operate. MFC provides the framework document and open the new
DynCtrl_edit
- //MFC中,创建多个动态Edit控件,并且挂接事件,响应事件的一个好例子。 //程序中完成动态申请资源的记录回收。 //有什么问题联系 chenjp6500@sohu.com 2006.08.21-/ / MFC, creating more dynamic Edit Control, and articulated, in response to the incident a good example. / / Dynamic completed procedures for th
cell12321
- MFC写的简易电子表格,支持 =SUM(H4:H9)等的求和共式。-MFC write simple electronic forms, support = SUM (H4 : H9), the sum-total.
ExcelOP
- 对Excel进行读写操作DLL,用MFC dll编写-to read and write Excel DLL to operate with the preparation of MFC d
DropEdit_demo
- 用MFC实现文件拖放到编辑框,显示文件路径的例子
gramme_code
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。
0256
- 在MFC中如何实现具有背景图片的编辑框控件呢,本例实现了这个功能,推荐给大家
MfcDatatranBetweenEditboxAndTxtfile[xtulbd,050228]
- MFC文本框和文本文件的数据交换-MFC text boxes and text files for data exchange
对话框、按钮及编辑框控件
- 一个有关对话框、按钮及编辑框控件的源程序,用MFC所编写。-one of the dialog box, a button and edit box control of the source, using MFC prepared.
MFCdra 直线,矩形等基本图形的绘制
- MFC绘图可以实现直线,矩形等基本图形的绘制与设置转化-MFC drawing
DareNotePad
- 使用VC6.0 MFC开发的基于对话框的VC++程序,实现了记事本的基本功能,通过派生出的crichedit和CDIALOG类,自己编写了查找、替换等功能, 主要包括,新建、打开、保存、另存为、打印设置、打印、退出;具有判断退出、新建、打开时对当前文档是否保存等功能 具有撤销、复制、粘贴、剪贴、删除等基础功能,通过派生类绘制了查找、替换对话框,实现了和window记事本同样的功能。另外还包括右键快捷菜单功能,和主菜单一样实时更新菜单可能状态 利用MFC通用对话框,实现了字体设置功能;
MFC-Program
- MFC编程,将记事本里面重复的内容去除,如两行重复文字变成一行文字-MFC programming, Notepad, which will remove duplicate content, such as two lines of text into a line of text repeated
CHexEditDemo
- Recently, I was working on a diagnostic software which requires a Edit Control used for HEX/DEC numbers input. The CEdit that comes with MFC is not so good for this job, as it can not prevent the user from typing an invalid HEX number. Therefore
testEdit
- 设置编辑框为相当于背景为透明色,以此为例扩展到所有MFC控件。-Set the edit box for the equivalent of a transparent background color, as an example to all of MFC control extensions.
ColorEdit
- MFC 彩色的Edit编辑框 对Edit做的一些小的改动,对学习和借鉴还是有帮助的 -Edit color MFC edit box on the Edit to do some minor changes, to learn and use for reference or helpful
mfc
- 做过一个用对话框实现的文本编辑器,其实用MFC模板里面的单文档模板也可以做,甚至更加方便,适合入门级的爱好者-Done to achieve a dialog with a text editor, in fact, inside the template with MFC single document template can do even more convenient, suitable for entry-level enthusiasts try
MFC-message-codes
- MFC消息映射机制的剖析 讲述如何运用ClassWizard,不错-MFC message mapping mechanism analysis on how to use ClassWizard
