当前位置:网站首页>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 :
边栏推荐
- Pytorch学习(四)
- 关于判断点是否位于轮廓内的一点思考
- Explicit random number
- 1008 Elevator(20 分)(PAT甲级)
- Stream stream
- Jetpack compose tutorial
- Comment utiliser async awati asynchrone Task Handling au lieu de backgroundworker?
- Guys, for help, I use MySQL CDC 2.2.1 (Flink 1.14.5) to write Kafka and set
- 添加命名空间声明
- 1006 sign in and sign out (25 points) (PAT class a)
猜你喜欢
Some thoughts on whether the judgment point is located in the contour
C# 使用StopWatch测量程序运行时间
线上数据库迁移的几种方法
Bi skills - permission axis
Lenovo explains in detail the green smart city digital twin platform for the first time to solve the difficulties of urban dual carbon upgrading
How to use async Awati asynchronous task processing instead of backgroundworker?
一文掌握数仓中auto analyze的使用
LM10丨余弦波动顺势网格策略
Hough transform Hough transform principle
Hough Transform 霍夫变换原理
随机推荐
矩阵翻转(数组模拟)
The difference and usage between substr (), slice (), and substring () in the string interception methods of "understand series after reading"
《工作、消费主义和新穷人》的微信读书笔记
Unity editor extends C to traverse all pictures in folders and subdirectories
联想首次详解绿色智城数字孪生平台 破解城市双碳升级难点
The 15th youth informatics competition in Shushan District in 2019
与二值化阈值处理相关的OpenCV函数、方法汇总,便于对比和拿来使用
生成XML元素
SSRS筛选器的IN运算(即包含于)用法
【问题】druid报异常sql injection violation, part alway true condition not allow 解决方案
函数式接口
Upgrade the smart switch, how much is the difference between the "zero fire version" and "single fire" wiring methods?
HDU 6440 2018中国大学生程序设计网络选拔赛
The 300th weekly match of leetcode (20220703)
node_ Exporter deployment
HDU 1097 A hard puzzle
The explain statement in MySQL queries whether SQL is indexed, and several types in extra collate and summarize
1006 sign in and sign out (25 points) (PAT class a)
1005 Spell It Right(20 分)(PAT甲级)
. Net ORM framework hisql practice - Chapter 2 - using hisql to realize menu management (add, delete, modify and check)