资源简介
MFC下基于对话框的多线程进度条更新示例,适用于后台运行多任务执行的情况,绝对原创,代码在VC6环境下编译运行通过。
代码片段和文件信息
// DlgMultiWorkerThreadDemo.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “DlgMultiWorkerThreadDemo.h“
#include “DlgMultiWorkerThreadDemoDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgMultiWorkerThreadDemoApp
BEGIN_MESSAGE_MAP(CDlgMultiWorkerThreadDemoApp CWinApp)
//{{AFX_MSG_MAP(CDlgMultiWorkerThreadDemoApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CDlgMultiWorkerThreadDemoApp construction
CDlgMultiWorkerThreadDemoApp::CDlgMultiWorkerThreadDemoApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDlgMultiWorkerThreadDemoApp object
CDlgMultiWorkerThreadDemoApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDlgMultiWorkerThreadDemoApp initialization
BOOL CDlgMultiWorkerThreadDemoApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CDlgMultiWorkerThreadDemoDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 110718 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemo.exe
文件 330348 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemo.ilk
文件 15794 2017-03-03 14:55 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemo.obj
文件 6072068 2017-03-03 10:03 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemo.pch
文件 394240 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemo.pdb
文件 3024 2017-03-03 10:51 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemo.res
文件 33491 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug\DlgMultiWorkerThreadDemoDlg.obj
文件 115838 2017-03-03 10:03 DlgMultiWorkerThreadDemo\Debug\StdAfx.obj
文件 222208 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug\vc60.idb
文件 413696 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug\vc60.pdb
文件 36560 2017-03-03 10:49 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.aps
文件 1484 2017-03-03 15:08 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.clw
文件 2315 2017-03-03 10:02 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.cpp
文件 4483 2017-03-03 10:02 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.dsp
文件 1522 2017-03-03 10:02 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.h
文件 1309 2017-03-03 16:37 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.plg
文件 5795 2017-03-03 10:49 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemo.rc
文件 7055 2017-03-03 16:37 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemoDlg.cpp
文件 2045 2017-03-03 14:54 DlgMultiWorkerThreadDemo\DlgMultiWorkerThreadDemoDlg.h
文件 3903 2017-03-03 10:02 DlgMultiWorkerThreadDemo\ReadMe.txt
文件 1078 2017-03-03 10:02 DlgMultiWorkerThreadDemo\res\DlgMultiWorkerThreadDemo.ico
文件 416 2017-03-03 10:02 DlgMultiWorkerThreadDemo\res\DlgMultiWorkerThreadDemo.rc2
文件 844 2017-03-03 10:12 DlgMultiWorkerThreadDemo\resource.h
文件 226 2017-03-03 10:02 DlgMultiWorkerThreadDemo\StdAfx.cpp
文件 1054 2017-03-03 10:02 DlgMultiWorkerThreadDemo\StdAfx.h
目录 0 2017-03-03 16:37 DlgMultiWorkerThreadDemo\Debug
目录 0 2017-03-03 10:02 DlgMultiWorkerThreadDemo\res
目录 0 2017-03-03 16:37 DlgMultiWorkerThreadDemo
----------- --------- ---------- ----- ----
7781514 28
............此处省略1个文件信息
- 上一篇:时间片轮转法RRC++实现
- 下一篇:VC++USB通讯
相关资源
- 五子棋MFC 五子棋MFC 五子棋MFC
- Visual Studio 2012制作MFC计算器-TC王者
- MFC电梯模拟系统
- MFC实现10进制、2进制、16 进制和ASCI
- VC++使用教程烟台南山学院
- MFC写的复数计算器
- 约瑟夫算法——MFC
- MFC课程设计图书管理系统实验报告内
- C++程序坦克大战MFC
- VS MFC C++ 万年历
- VC++开发的软件动态链接库mfc42d.dll m
- 汉字点阵字库建立与提取
- MFC界面 约瑟夫环
- 利用MFC编写一个简单的带界面的数据
- MFC编写的DES加解密程序
- 操作系统课程设计 哲学家进餐问题完
- 360杀毒软件界面源码—Visual C++6.0开发
- opengl MFC时钟动画
- 用MFC开发的UDP接收和发送软件
- 用MFC实现的职工管理系统
- mfc按CEdit编辑框弹出自定义键盘
- MFC窗口特效之动画效果
- 语音识别GMM模型
- VC++打印程序Print
- MFC42UD.DLLMFC42UD.LIBMFCN42UD.LIBMFCO42UD.DLL
- MFC中用CHtmlView作的浏览器
- MFC函数库.rar
- RSA算法加密MFC实现
- 基于UDP协议的简单聊天系统设计与实
- c++网吧计费管理系统
评论
共有 条评论