搜索资源列表
ProgressClock
- It is about Visual C++ and MFC Fundamentals. It uses some Progress Bar controls and a timer that shows you how to update progress bar statuses.
DesStatusbar
- 状态栏对Visual C++的MFC是非常重要的,它可以显示一些东西。-The status bar on the MFC Visual C++ is very important, it can display something.
MFC_progress
- 多线程使用进度条+(实例+C++代码)MFC系列-Multi-threaded use progress bar+ (example+ c++ code) MFC series
HideStatebar
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
Progress
- C++中MFC例程, 进度条实例,供大家参考-The MFC routines C++, progress bar instance, for your reference
timeInState
- c/c++ vc 在mfc状态栏显示时间,创建一个有时钟显示的状态栏,并且还能设置时钟栏的显 示方式。-c/c++ vc mfc status bar displays the time in to create a status bar with the clock display, and also set the clock bar is displayed.
mfcloading
- VC++ MFC进度条颜色渐变,中间显示百分比,有对edit重绘,实现画板的功能2.进度条重绘 比网上流传的老外写的效率高,由于设置背景模式为透明,产生的百分比会模糊,网上那个效率比较的低,一直在重绘,还好是c++速度快-VC++ MFC color gradient progress bar in the middle shows the percentage, there are redrawn for edit achieve progress bar Sketchpad fun