当前位置:网站首页>BCG 使用之CBCGPProgressDlg进度条使用
BCG 使用之CBCGPProgressDlg进度条使用
2022-07-04 18:32:00 【春蕾夏荷_728297725】
1、代码如下所示
CBCGPProgressDlg dlg;
CBCGPProgressDlgParams params;
params.m_nRangeMax = 0;
params.m_nRangeMax = 10000;
params.m_strCaption = L"进度条标题";
params.m_strMessage = L"测试";
params.m_strMessage2 = L"测试1";
dlg.Create(params, theApp.GetMainWnd());
for (int nIndex = 0; nIndex < 10000; nIndex++)
{
if (dlg.IsCancelled())
{
}
dlg.SetPos(nIndex);
}
2、效果图如下:

边栏推荐
- 2014 Hefei 31st youth informatics Olympic Games (primary school group) test questions
- The CDC of sqlserver can read the data for the first time, but it can't read the data after adding, deleting and modifying. What's the reason
- HDU 1372 & POJ 2243 Knight Moves(广度优先搜索)
- Detailed explanation of the binary processing function threshold() of opencv
- sqlserver的CDC第一次查询的能读取到数据,但后面增删改读取不到,是什么原因
- Have you guys ever used CDC direct Mysql to Clickhouse
- PolyFit软件介绍
- 26. 删除有序数组中的重复项 C#解答
- Is it safe to open an account at Great Wall Securities? How to open an account when buying stocks
- Oracle with as ora-00903: invalid table name multi report error
猜你喜欢

线上数据库迁移的几种方法

“只跑一趟”,小区装维任务主动推荐探索

One question per day (2022-07-02) - Minimum refueling times

整理混乱的头文件,我用include what you use

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

Use canal and rocketmq to listen to MySQL binlog logs

MySQL数据库基本操作-DDL | 黑马程序员

与二值化阈值处理相关的OpenCV函数、方法汇总,便于对比和拿来使用

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

mysql中explain语句查询sql是否走索引,extra中的几种类型整理汇总
随机推荐
Is Guoyuan futures a regular platform? Is it safe to open an account in Guoyuan futures?
Jetpack Compose 教程
@transactional滥用导致数据源连接池耗尽问题
数组中的第K个最大元素
How to use async Awati asynchronous task processing instead of backgroundworker?
HDU 1372 & POJ 2243 Knight Moves(广度优先搜索)
测试工程师如何“攻城”(上)
.NET ORM框架HiSql实战-第二章-使用Hisql实现菜单管理(增删改查)
LeetCode第300场周赛(20220703)
Leetcode fizzbuzz C # answer
Pytorch学习(四)
关于判断点是否位于轮廓内的一点思考
Generate XML elements
There are multiple divs in the large div, which are displayed on the same line. After overflow, scroll bars are generated without line breaks
Is it safe to open an account at Great Wall Securities? How to open an account when buying stocks
2019年蜀山区第十五届青少年信息学竞赛
Summary and sorting of 8 pits of redis distributed lock
Unity编辑器扩展C#遍历文件夹以及子目录下的所有图片
Shell programming core technology "four"
Technologie de base de la programmation Shell IV