当前位置:网站首页>Cbcgpprogressdlgctrl progress bar used by BCG
Cbcgpprogressdlgctrl progress bar used by BCG
2022-07-04 19:37:00 【Spring buds and summer lotus_ seven hundred and twenty-eight mi】
CBCGPProgressDlgCtrl The use of progress bar is similar to MFC equally , Drag the progress bar control , Then define the member variables ,CBCGPProgressDlgCtrl m_progressCtrl;
At the place of use :
m_progressCtrl.SetRange32(0, 1000);// Set the minimum and maximum values of the progress bar
int nFirstStep = m_progressCtrl.SetStep(10);// Set step size , Return to the original step size , The default is the maximum 1%
for (int x = 1; x <= 1000; x++)
{
m_progressCtrl.SetPos(x);
int a = m_progressCtrl.StepIt();// Add a step distance to the original position , coordination SetStep Use , Set the step size before using this
}
Be similar to MFC No more details here
边栏推荐
- Shell programming core technology "I"
- "Only one trip", active recommendation and exploration of community installation and maintenance tasks
- Leetcode fizzbuzz C # answer
- Pointnet/Pointnet++点云数据集处理并训练
- 页面元素垂直水平居中、实现已知或者未知宽度的垂直水平居中。
- Reflection (I)
- BCG 使用之CBCGPProgressDlgCtrl进度条使用
- node_exporter部署
- 基于NCF的多模块协同实例
- Lm10 cosine wave homeopathic grid strategy
猜你喜欢
BCG 使用之新建向导效果
用实际例子详细探究OpenCV的轮廓绘制函数drawContours()
The latest progress of Intel Integrated Optoelectronics Research promotes the progress of CO packaging optics and optical interconnection technology
PointNeXt:通过改进的模型训练和缩放策略审视PointNet++
92.(cesium篇)cesium楼栋分层
Hough Transform 霍夫变换原理
Pointnet/Pointnet++点云数据集处理并训练
Wireshark网络抓包
升级智能开关,“零火版”、“单火”接线方式差异有多大?
Detailed explanation of the binary processing function threshold() of opencv
随机推荐
Shell programming core technology "three"
Hough transform Hough transform principle
FPGA时序约束分享01_四大步骤简述
Shell 编程核心技术《一》
Pointnet/Pointnet++点云数据集处理并训练
The page element is vertically and horizontally centered, realizing the vertical and horizontal centering of known or unknown width.
YOLOv5s-ShuffleNetV2
BCG 使用之CBCGPProgressDlgCtrl进度条使用
Jetpack compose tutorial
FTP, SFTP file transfer
用实际例子详细探究OpenCV的轮廓绘制函数drawContours()
Master the use of auto analyze in data warehouse
The explain statement in MySQL queries whether SQL is indexed, and several types in extra collate and summarize
如何使用Async-Awati异步任務處理代替BackgroundWorker?
项目中遇到的线上数据迁移方案1---总体思路整理和技术梳理
Guys, for help, I use MySQL CDC 2.2.1 (Flink 1.14.5) to write Kafka and set
反射(一)
一文掌握数仓中auto analyze的使用
【问题】druid报异常sql injection violation, part alway true condition not allow 解决方案
The kth largest element in the array