摘要: 一个包含bar和取消而且不需要资源弹出窗口 1.构造函数 CProgressWnd(); CProgressWnd(CWnd* pParent, LPCTSTR strTitle, BOOL bSmooth=FALSE); BOOL Create(CWnd* pParent, LPCTSTR strTitle, BOOL bSmooth=FALSE); 参数说明: pPa... 阅读全文
posted @ 2016-08-03 15:47 qiaokuankuan 阅读(332) 评论(0) 推荐(0)
摘要: 在工具卡显示进度条,原文链接:http://www.codeproject.com/Articles/35/Showing-progress-bar-in-a-status-bar-pane 1.构造函数 CProgressBar(); CProgressBar(LPCTSTR strMessage, int nSize=100, int MaxValue=100, BOOL bSmo... 阅读全文
posted @ 2016-08-03 11:20 qiaokuankuan 阅读(235) 评论(0) 推荐(0)
摘要: 原文链接:http://www.codeproject.com/Articles/80/Progress-Control-with-Text 重写的Progress 包括,设置bar前景背景颜色,设置文本前景背景颜色,设置文本的前中后显示,设置进度动画。 void SetShowText(BOOL bShow);// Specifies whether or not the tex... 阅读全文
posted @ 2016-08-03 10:34 qiaokuankuan 阅读(200) 评论(0) 推荐(0)