当前位置:网站首页>Cbcgpprogressdlg progress bar used by BCG
Cbcgpprogressdlg progress bar used by BCG
2022-07-04 19:37:00 【Spring buds and summer lotus_ seven hundred and twenty-eight mi】
1、 The code is as follows
CBCGPProgressDlg dlg;
CBCGPProgressDlgParams params;
params.m_nRangeMax = 0;
params.m_nRangeMax = 10000;
params.m_strCaption = L" Progress bar title ";
params.m_strMessage = L" test ";
params.m_strMessage2 = L" test 1";
dlg.Create(params, theApp.GetMainWnd());
for (int nIndex = 0; nIndex < 10000; nIndex++)
{
if (dlg.IsCancelled())
{
}
dlg.SetPos(nIndex);
}
2、 The renderings are as follows :

边栏推荐
- 2014合肥市第三十一届青少年信息学奥林匹克竞赛(小学组)试题
- To sort out messy header files, I use include what you use
- FPGA时序约束分享01_四大步骤简述
- "Only one trip", active recommendation and exploration of community installation and maintenance tasks
- Functional interface
- 1008 Elevator(20 分)(PAT甲级)
- The 15th youth informatics competition in Shushan District in 2019
- The page element is vertically and horizontally centered, realizing the vertical and horizontal centering of known or unknown width.
- Master the use of auto analyze in data warehouse
- Hough transform Hough transform principle
猜你喜欢

大div中有多个div,这些div在同一行显示,溢出后产生滚动条而不换行

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

Several methods of online database migration

Stream stream

HMM隐马尔可夫模型最详细讲解与代码实现

abc229 总结(区间最长连续字符 图的联通分量计数)

Master the use of auto analyze in data warehouse

Lenovo explains in detail the green smart city digital twin platform for the first time to solve the difficulties of urban dual carbon upgrading

Pointnet/Pointnet++点云数据集处理并训练

一文掌握数仓中auto analyze的使用
随机推荐
TCP两次挥手,你见过吗?那四次握手呢?
Niuke Xiaobai monthly race 7 I new Microsoft Office Word document
To sort out messy header files, I use include what you use
An example of multi module collaboration based on NCF
92. (cesium chapter) cesium building layering
C# 使用StopWatch测量程序运行时间
Shell programming core technology II
线上数据库迁移的几种方法
如何使用Async-Awati异步任務處理代替BackgroundWorker?
Double colon function operator and namespace explanation
基于NCF的多模块协同实例
Pytest 可视化测试报告之 Allure
Technologie de base de la programmation Shell IV
BCG 使用之CBCGPProgressDlg进度条使用
与二值化阈值处理相关的OpenCV函数、方法汇总,便于对比和拿来使用
Master the use of auto analyze in data warehouse
1005 Spell It Right(20 分)(PAT甲级)
Find the nth power of 2
SSRS筛选器的IN运算(即包含于)用法
1672. Total assets of the richest customers