资源列表
Tilestyle
- 该程序实现具有平铺风格的编辑控件,欢迎下载学习。-The program realization want a flat-style edit controls, please download the study.
CCreditsCtrl_demo
- 这段代码,实现了编辑框的颜色字体滚动功能,很美观-This code, the color of the edit box font scroll function is very beautiful
ColourText
- 可以改变编辑框中颜色的,有不同的选择方式,通过选择来改变控件的中文字的颜色-Can change the color of the edit box, there are different methods in the selection, by choosing to change the color of the text in the control
NumericEditTest
- windows平台下数字编辑框的使用,基于MFC的好控件。-under windows platform for the use of the number of edit box, a good MFC-based controls.
HappyDateok
- 宝宝天数计算器,输入生日可以直接算出宝宝多大了。程序比较简单,但是还比较有意思,直接编译就可以,学习VC时间类的完整的例子。-Baby Days calculator, enter a birthday how old the baby can be directly calculated. Procedure is relatively simple, but also more interesting, can be directly translated, the time to lear
金浪530网卡驱动WXP
- 编译原理—LL(1)文法分析器(1.0) 求LL(1)文法的FOLLOW集合工具: 软件读入一个LL(1)文法,生成其FOLLOW集合。-compiler theory-LL (1) grammar analyzer (1.0) for LL (1) grammar FOLLOW Set tools : software read an LL (1) grammar, generating its FOLLOW pool.
josef
- josef环的问题,有报告和C++源文件-Central to the problem and report and C source files
combo
- 一个精美的combox控件源码并含示例源码!
division
- 建立对话框应用程序,可实现两位整数的加法练习-Establish dialog application, enabling two integer addition exercises
draw1
- 采用VC绘图的程序,适合初学者学习交流.-using VC mapping procedures for beginners learning exchanges.
mfc的文件显示 byhangke
- 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1,
text
- 基于对话框的应用程序,两个文本框,点击显示按钮在单行编辑框中显示文字,点击清除按钮则清除。点击拷贝,将上面文本框内容复制到剪切板中,点击粘贴,将剪切板内容粘在下面的文本框中。