搜索资源列表
EX06B
- 模态对话框中使用多种控件。为进度 控件编程;为连续的跟踪栏控件编程;为 不连续的跟踪栏控件编程;为微调按纽控件编程;设置一个图像列表;为树形控 件编程。-Modal Dialog use of a variety of controls. Control of the progress of programming; For continuous tracking control column programming; For discrete control column
ProgressBarDemo
- 带有文字的进度条控件-words with the progress of Control
Progress
- 实现基本的如何在对话框中使用进程条控件,对于初学者来说是个很好的实例!
StyleToolkit.zip
- 非常COOL的VC对话框以及相关控件皮肤特效实现.包含彩色进度条Progress,水晶按钮Button,透明Button,透明渐变EDIT等很COOL的控件效果。 包含VC6,VC8的两个工程,示例图P1_DemoProgram.png。,COOL dialog is the VC and the related effects to achieve control skin. Contains color progress bar Progress, crystal button Butto
superprogress_demo
- 一个老外写的progress控件,对原有windows控件扩展,还蛮不错的,拿来与大家一起分享-Written by a foreigner progress control, control the expansion of the original windows, quite good, used to share with you all
360Skin
- 这个是一个用控件的仿360安全卫士界面皮肤控件,模仿的还比较不错。支持TAB选项卡、进度条。支持窗体透明。-This is a simulation using the control interface 360 security guards skin control, imitation is also quite good. Support TAB tab, the progress bar. Support transparent form.
ProgressBar
- 一个简单的进度栏实现 基于MFC对话框模式,旨在说明CProgressCtrl控件的使用-A simple progress bar implementation model based on MFC dialog box, intended to illustrate the use of CProgressCtrl control
ProgressDemo
- 学习进度条编程,显示,初学者可以学习进度条控件的使用-Learning progress bar program showed that beginners can learn to use the progress bar control
MFCCommonCtrl
- MFC通用控件,滑块CSliderCtrl,进度条CProgressCtrl,微调按钮CProgressCtrl-MFC common control the slider CSliderCtrl, progress bar CProgressCtrl, spinner CProgressCtrl
SkinControls
- 自绘 MFC 各种基本控件,包括png,jpeg库,文本框、编辑框、滚动条、滑块、按钮、进度条、菜单、富文本框、单选框、列表框、对话框等常用控件-Self-drawn MFC variety of controls, including png, jpeg library, text boxes, edit boxes, scroll bars, sliders, buttons, progress bars, menus, rich text boxes, radio buttons, lis
Ctrl32
- 建立基于对话框的工程,练习ListCtl、轨道条、进度条、列表视图等控件的使用。-Create a dialog-based engineering practice the ListCtl, track bar, progress bar, list view control.
Dialog
- 常用对话框控件的使用示例,列举了选择控件、进度条控件、显示控件、日期控件等,适合初学者学习。 -Example of the use of the common dialog control, enumerated selection controls, progress bar controls, indicators, date controls, etc., suitable for beginners to learn.
piectrl_demo
- 一个扇形的进程框控件,动态的显示进程状态,为程序增色不少!-A progress control with a difference
Control-operator
- VC常用控件操作,包括Picture、CheckBox、Radio、Combo、ListBox、进度条、滑动块、ListCtrl、日期、TreeCtrl、TabCtrl等。-VC common control operations, including Picture, CheckBox, Radio, Combo, ListBox, the progress bar, a sliding block, ListCtrl, TreeCtrl, TabCtrl, date.
gundongjindutiao
- 这种滚动模式的进度条在XP系统中很常见 比如XP开机画面、搜索文件、清理缓存……都见到这样的进度条 貌似论坛上出现得不多 当然,这种风格只能在XP及以上版本上使用 Win98,2000不支持 我在Delphi5上编译通过 工程中需加入一个manifest资源文件 资源文件的建立与加入方法详见MyProgressBar.dpr工程文件 如果在Delphi7上就省事多了,不需要manifest资源文件 直接放一个XPManifest控件就可以了