当前位置:网站首页>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、效果图如下:
边栏推荐
- 线上数据库迁移的几种方法
- An example of multi module collaboration based on NCF
- Functional interface
- Qt实现界面滑动切换效果
- Detailed explanation of the binary processing function threshold() of opencv
- Don't just learn Oracle and MySQL!
- 【问题】druid报异常sql injection violation, part alway true condition not allow 解决方案
- C#实现定义一套中间SQL可以跨库执行的SQL语句(案例详解)
- Stream流
- mysql中explain语句查询sql是否走索引,extra中的几种类型整理汇总
猜你喜欢
C# 使用StopWatch测量程序运行时间
2022CoCa: Contrastive Captioners are Image-Text Fountion Models
Introduction to polyfit software
The 300th weekly match of leetcode (20220703)
Bi skills - permission axis
92.(cesium篇)cesium楼栋分层
FPGA timing constraint sharing 01_ Brief description of the four steps
Oracle with as ora-00903: invalid table name multi report error
Mysql database basic operation -ddl | dark horse programmer
"Only one trip", active recommendation and exploration of community installation and maintenance tasks
随机推荐
An example of multi module collaboration based on NCF
Pointnet/Pointnet++点云数据集处理并训练
1672. Total assets of the richest customers
The 15th youth informatics competition in Shushan District in 2019
Allure of pytest visual test report
Hough Transform 霍夫变换原理
. Net ORM framework hisql practice - Chapter 2 - using hisql to realize menu management (add, delete, modify and check)
2021 Hefei informatics competition primary school group
求2的n次方
爬虫(6) - 网页数据解析(2) | BeautifulSoup4在爬虫中的使用
Shell programming core technology "four"
92.(cesium篇)cesium楼栋分层
Wireshark网络抓包
数组中的第K个最大元素
Shell 编程核心技术《三》
Shell 編程核心技術《四》
Master the use of auto analyze in data warehouse
26. Delete the duplicate item C solution in the ordered array
Shell programming core technology II
Unity editor extends C to traverse all pictures in folders and subdirectories