搜索资源列表
Style
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。
ToolTip
- MFC中ToolTip的简单应用,可以实时显示鼠标当前坐标.-ToolTip in a simple MFC application, you can real-time display the current mouse coordinates.
Lesson9Code
- 如何修改MFC AppWizard向导生成的框架程序的外观和大小,修改图标、光标、背景的三种方法。如何增加和删除工具栏按钮,如何给应用程序增加工具栏,如何显示和隐藏工具栏。定制状态栏,在状态栏中添加时钟显示,CTime类及其用法。在状态栏中添加进度条(主窗口产生后立即产生进度条的巧妙思想,不能在OnCreate函数中直接处理,要用到自定义消息的方法)。鼠标坐标显示,在CView中获取状态栏对象的几种方式。如何为应用程序添加启动画面。 -How to modify the MFC AppWiz
ShowTime
- 在MFC单文档中的状态栏显示系统时间,精确到秒-MFC single document in the status bar shows the system time, accurate to seconds
status
- MFC编程,在状态栏中增加时间状态,点击开始,则显示开始时间,并开始计数,点击停止,则显示停止时间,停止计数-MFC programming, increase the time in the status bar, click Start, start time, and start counting, click the Stop, stop time, stop counting
ScrollBar
- MFC当中ScrollBar的经典实例,有三个滚动滑块分别控制红绿蓝三个颜色0~255,并在编辑框中实时显示红绿蓝的数值,并且将混合色在对话框中以矩形方式显示出来,对初学者非常有用。-Among the classic examples of MFC ScrollBar, there are three sliders control the scrolling of the three colors red, green and blue from 0 to 255, and the real
ShowCtrlInStatusBar
- MFC对话框程序,在状态栏中显示一些控件,如进度条等。-Show some controls in status bar, such as progress control bar, etc.
FLYDWD
- 该程序在VC下很好的实现了MFC里面多文档方式时工具栏中,显示时间,鼠标实时坐标显示等功能。-The program in VC achieve a good inside when MFC multi-document mode toolbar, display time, real-time mouse coordinates display.