資源簡介
C++ 禁止程序重復運行(提高篇-實例176).zip
代碼片段和文件信息
//?NoRepeat.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“NoRepeat.h“
#include?“NoRepeatDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CNoRepeatApp
BEGIN_MESSAGE_MAP(CNoRepeatApp?CWinApp)
//{{AFX_MSG_MAP(CNoRepeatApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CNoRepeatApp?construction
CNoRepeatApp::CNoRepeatApp()
{
//?TODO:?add?construc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????968??2007-08-21?15:46??NoRepeat.clw
?????文件????????2368??2009-03-06?11:22??NoRepeat.cpp
?????文件????????4196??2009-03-06?11:21??NoRepeat.dsp
?????文件?????????541??2007-08-21?15:46??NoRepeat.dsw
?????文件????????1376??2009-03-06?11:21??NoRepeat.h
?????文件??????291328??2013-12-19?16:06??NoRepeat.opt
?????文件????????5138??2007-08-21?15:46??NoRepeat.rc
?????文件????????4144??2007-08-21?15:46??NoRepeatDlg.cpp
?????文件????????1364??2007-08-21?15:46??NoRepeatDlg.h
?????文件????????3615??2007-08-21?15:46??ReadMe.txt
?????文件?????????538??2007-08-21?15:46??Resource.h
?????文件?????????210??2007-08-21?15:46??StdAfx.cpp
?????文件????????1054??2007-08-21?15:46??StdAfx.h
?????文件????????1078??2007-08-21?15:46??res\NoRepeat.ico
?????文件?????????400??2007-08-21?15:46??res\NoRepeat.rc2
- 上一篇:C++ 將用戶登錄時間寫入INI文件
- 下一篇:C++ 從動態庫中獲取位圖資源
評論
共有 條評論