当前位置:网站首页>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 "three"
- 1006 Sign In and Sign Out(25 分)(PAT甲级)
- C # implementation defines a set of SQL statements that can be executed across databases in the middle of SQL (detailed explanation of the case)
- Online text line fixed length fill tool
- Educational Codeforces Round 22 E. Army Creation
- Online data migration scheme encountered in the project 1 - general idea sorting and technical sorting
- 26. Delete the duplicate item C solution in the ordered array
- 函数式接口
- 生成XML元素
- Functional interface
猜你喜欢

LM10丨余弦波动顺势网格策略

Hough transform Hough transform principle

There are multiple divs in the large div, which are displayed on the same line. After overflow, scroll bars are generated without line breaks

更安全、更智能、更精致,长安Lumin完虐宏光MINI EV?

如何使用Async-Awati异步任务处理代替BackgroundWorker?

【问题】druid报异常sql injection violation, part alway true condition not allow 解决方案

Comment utiliser async awati asynchrone Task Handling au lieu de backgroundworker?

FPGA时序约束分享01_四大步骤简述

2022CoCa: Contrastive Captioners are Image-Text Fountion Models

LeetCode第300场周赛(20220703)
随机推荐
Socket programming demo II
Stream stream
Shell 編程核心技術《四》
矩阵翻转(数组模拟)
Pointnet/Pointnet++点云数据集处理并训练
1007 Maximum Subsequence Sum(25 分)(PAT甲级)
kotlin 条件控制
Hough Transform 霍夫变换原理
876. Intermediate node of linked list
Lenovo explains in detail the green smart city digital twin platform for the first time to solve the difficulties of urban dual carbon upgrading
Shell programming core technology "I"
Shell programming core technology "three"
92.(cesium篇)cesium楼栋分层
English grammar_ Noun - use
Specify the character set to output
安徽 中安在线文旅频道推出“跟着小编游安徽”系列融媒体产品
Oracle with as ora-00903: invalid table name multi report error
测试工程师如何“攻城”(上)
测试工程师如何“攻城”(下)
Guys, for help, I use MySQL CDC 2.2.1 (Flink 1.14.5) to write Kafka and set