搜索资源列表
Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
treelist
- 在vc6.0环境中基于mfc的list控件产生的一个派生类,可以在list控件内添加树形控件项目,最终显示结果类似于windows资源管理器左边的导航栏,非常实用,结合了list和tree控件在一起
Combobox
- 一个显示字体样式的下拉框,在MFC中添加ComboBox控件,对应就可以。-A display font style drop-down box
ChooseColor
- 该程序用MFC开发,主要功能是调用调色板选择颜色,然后将被选颜色的RGB保存在一个共有变量中,同时写入配置文件,下次程序重启时,调用配置文件中的色标值,用于显示。这是我为一个项目写的一个实验模块,已经实现项目所要求的色标设置功能,然后就移植到项目中了。是一个完整的工程,打开编译就能运行。-The program using MFC development, the main function is to call select a color palette, and then selected
how-to-read--picture
- 今天要在MFC中显示JPG文件。在网上找了很久。最后找到这段代码终于可以用-Today show JPG files in MFC. Online looking for a long time. Finally, find this code can finally
XMLToTreeCtrl
- MFC树形结构显示部门信息显示到MFC的空间中。-MFC tree structure display the department information display MFC space.
TestCalculatorDemo
- visual c++的mfc编程。简易计算器。可以实现基本功能。 特别说明:1,数字键的都调用PutIntoNum(int n),向当前操作数中追加数字并显示 2,定义了 enum eum_signl 用来存放点击的运算符类型, 点击操作符时调用 RunOperation(enum eum_signl e_signl) 进行运算并显示 3,等号和百分号的实现 定义了 eum_signl en_LastSignl 存放上次的运算符,然后在等号、百分号中调用 Run
checkboxaradiobox
- 以C++语言写成的,带MFC界面的小程序。能实现在文本编辑框中输入、在复选框和单选框中进行选择之后,点击提交按钮,所写的信息可以显示到静态文本框中的功能。-In C++ language written with MFC interface applet. Can achieve in the text edit box, check boxes and radio box for the selection, click the submit button, you can display t
sliding-block
- MFC中的滑块例程,在窗口界面可以显示滑块对应的值,进行实时变化-sliding block in MFC
VS2008-MFC-Show-real-time
- 在VS2008 MFC 中实现在静态的空间中实时显示系统的时间,这个当中介绍了CTime类的使用,定时器的使用,控件背景重绘的应用-In VS2008 MFC achieve real-time display system in a static space of time, which describes the use of the CTime class, timer, control background redraw applications
DynBtn-
- 在MFC中动态创建了100个按钮,然后进行重绘,同时显示位图和文本,创建后可以删除所有按钮,然后再创建,界面很漂亮,功能很强大,没有BUG!不下会后悔的!如果觉得好请给好评哈 -In MFC dynamically create a 100 button, and then redraw, displaying bitmaps and text, you can delete all the buttons after creating and then create, the interf
se
- 本实例是某项目中的一部分,目的是实现MFC ODBC数据库与Access数据表格之间的相互操作。包括用Visual C++中的MFC ODBC技术实现对Access数据表格的内容的显示、添加、修改和删除的功能。-This example is part of a project aimed at achieving interoperability with the MFC ODBC Database Access data between tables. Including the reali
Ex_Timer
- 1.进展条设定范围0-59,随时间控件逐渐增加。 2.获取本机时间,显示控件中显示时间(1. the progress bar setting range is 0-59, and the control increases gradually over time. 2. get the local time, display the display time in the control)
eeraes
- 在本实例中,将利用MFC应用程序向导创建一个单文档应用程序,在单文档的窗口中,将显示一行字:“你好!欢迎进入Visual()