当前位置:网站首页>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
边栏推荐
- @transactional滥用导致数据源连接池耗尽问题
- The 15th youth informatics competition in Shushan District in 2019
- Unity editor extends C to traverse all pictures in folders and subdirectories
- An example of multi module collaboration based on NCF
- 使用canal配合rocketmq监听mysql的binlog日志
- 1009 Product of Polynomials(25 分)(PAT甲级)
- English语法_名词 - 使用
- node_exporter部署
- mysql中explain语句查询sql是否走索引,extra中的几种类型整理汇总
- 大div中有多个div,这些div在同一行显示,溢出后产生滚动条而不换行
猜你喜欢

2022CoCa: Contrastive Captioners are Image-Text Fountion Models

如何使用Async-Awati异步任務處理代替BackgroundWorker?

联想首次详解绿色智城数字孪生平台 破解城市双碳升级难点

Wireshark网络抓包

Detailed explanation of the binary processing function threshold() of opencv

How to use async Awati asynchronous task processing instead of backgroundworker?

"Only one trip", active recommendation and exploration of community installation and maintenance tasks

Master the use of auto analyze in data warehouse

欧拉函数

Online text line fixed length fill tool
随机推荐
数组中的第K个最大元素
如何使用Async-Awati异步任務處理代替BackgroundWorker?
How to use async Awati asynchronous task processing instead of backgroundworker?
长城证券开户安全吗 买股票怎么开户
西门子HMI下载时提示缺少面板映像解决方案
BCG 使用之CBCGPProgressDlg进度条使用
SSRS筛选器的IN运算(即包含于)用法
Educational Codeforces Round 22 E. Army Creation
C# 使用StopWatch测量程序运行时间
node_ Exporter deployment
牛客小白月赛7 E Applese的超能力
HDU 1097 A hard puzzle
The difference and usage between substr (), slice (), and substring () in the string interception methods of "understand series after reading"
How test engineers "attack the city" (Part I)
Hough transform Hough transform principle
In flinksql, in addition to data statistics, is the saved data itself a state
页面元素垂直水平居中、实现已知或者未知宽度的垂直水平居中。
Wireshark网络抓包
BI技巧丨权限轴
Educational Codeforces Round 22 E. Army Creation