資源簡介
C++ 判斷屏幕保護程序是否在運行(提高篇-實例047).zip
代碼片段和文件信息
//?Screen.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Screen.h“
#include?“ScreenDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CScreenApp
BEGIN_MESSAGE_MAP(CScreenApp?CWinApp)
//{{AFX_MSG_MAP(CScreenApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CScreenApp?construction
CScreenApp::CScreenApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3579??2013-10-28?10:43??Screen\ReadMe.txt
?????文件?????????684??2013-10-28?10:44??Screen\Resource.h
?????文件???????35404??2013-10-28?10:45??Screen\Screen.aps
?????文件????????1014??2013-10-28?10:45??Screen\Screen.clw
?????文件????????2063??2013-10-28?10:43??Screen\Screen.cpp
?????文件????????4159??2013-10-28?10:43??Screen\Screen.dsp
?????文件?????????535??2013-10-28?10:43??Screen\Screen.dsw
?????文件????????1324??2013-10-28?10:43??Screen\Screen.h
?????文件???????48640??2013-10-28?10:45??Screen\Screen.opt
?????文件????????5158??2013-10-28?10:45??Screen\Screen.rc
?????文件????????4406??2013-10-28?10:44??Screen\ScreenDlg.cpp
?????文件????????1368??2013-10-28?10:44??Screen\ScreenDlg.h
?????文件?????????208??2013-10-28?10:43??Screen\StdAfx.cpp
?????文件????????1054??2013-10-28?10:43??Screen\StdAfx.h
?????文件????????1078??2013-10-28?10:43??Screen\res\Screen.ico
?????文件?????????398??2013-10-28?10:43??Screen\res\Screen.rc2
- 上一篇:C++ 獲取處理器信息
- 下一篇:C++ 獲取任務欄屬性
評論
共有 條評論