当前位置:网站首页>Utilisation de la barre de progression cbcggprogressdlgctrl utilisée par BCG
Utilisation de la barre de progression cbcggprogressdlgctrl utilisée par BCG
2022-07-04 19:37:00 【Bourgeons de printemps et Lotus d'été 728297 725】
CBCGPProgressDlgCtrlL'utilisation de la barre de progression suitMFCC'est pareil,Glisser dans le contrôle de la barre de progression,Ensuite, définissez la variable membre,CBCGPProgressDlgCtrl m_progressCtrl;
À l'endroit où il est utilisé:
m_progressCtrl.SetRange32(0, 1000);//Définir les valeurs minimales et maximales de la barre de progression
int nFirstStep = m_progressCtrl.SetStep(10);//Définir la taille de l'étape,Retour à l'étape précédente,La valeur par défaut est maximale1%
for (int x = 1; x <= 1000; x++)
{
m_progressCtrl.SetPos(x);
int a = m_progressCtrl.StepIt();//Ajouter une distance d'étape à la position d'origine,CoopérationSetStepUtiliser,Réglez la taille de l'étape avant d'utiliser ceci
}
Similaire àMFC Je n'en parlerai plus ici.
边栏推荐
- How to use async Awati asynchronous task processing instead of backgroundworker?
- 牛客小白月赛7 F题
- Hough transform Hough transform principle
- Pytorch学习(四)
- The 300th weekly match of leetcode (20220703)
- Shell programming core technology II
- FTP, SFTP file transfer
- Opencv functions and methods related to binary threshold processing are summarized for comparison and use
- 1003 Emergency(25 分)(PAT甲级)
- 升级智能开关,“零火版”、“单火”接线方式差异有多大?
猜你喜欢

Lm10 cosine wave homeopathic grid strategy

Introduction to polyfit software

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

Opencv functions and methods related to binary threshold processing are summarized for comparison and use

FPGA timing constraint sharing 01_ Brief description of the four steps

English grammar_ Noun - use

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

PointNeXt:通过改进的模型训练和缩放策略审视PointNet++

西门子HMI下载时提示缺少面板映像解决方案

To sort out messy header files, I use include what you use
随机推荐
BCG 使用之CBCGPProgressDlgCtrl进度条使用
876. Intermediate node of linked list
Functional interface
牛客小白月赛7 I 新建 Microsoft Office Word 文档
Shell programming core technology II
Oracle with as ORA-00903: invalid table name 多表报错
Leetcode ransom letter C # answer
ftp、sftp文件传输
How to use async Awati asynchronous task processing instead of backgroundworker?
Technologie de base de la programmation Shell IV
Find the nth power of 2
爬虫(6) - 网页数据解析(2) | BeautifulSoup4在爬虫中的使用
prometheus安装
Personal thoughts on Architecture Design (this article will be revised and updated continuously later)
Shell 编程核心技术《一》
Have you guys ever used CDC direct Mysql to Clickhouse
勾股数规律(任意三个数能够满足勾股定理需要满足的条件)
Reflection (I)
Matrix flip (array simulation)
mysql中explain语句查询sql是否走索引,extra中的几种类型整理汇总