資源簡介
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通訊
評論
共有 條評論