資源簡介
可重用代碼
代碼片段和文件信息
//?CommunicateComm.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CommunicateComm.h“
#include?“CommunicateCommDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#endif
//?CCommunicateCommApp
BEGIN_MESSAGE_MAP(CCommunicateCommApp?CWinApp)
ON_COMMAND(ID_HELP?&CWinApp::onhelp)
END_MESSAGE_MAP()
//?CCommunicateCommApp?construction
CCommunicateCommApp::CCommunicateCommApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
//?The?one?and?only?CCommunicateCommApp?object
CCommunicateCommApp?theApp;
//?CCommunicateCommApp?initialization
BOOL?CCommunicateCommApp::InitInstance()
{
//?InitCommonControlsEx()?is?required?on?Windows?XP?if?an?application
//?manifest?specifies?use?of?ComCtl32.dll?version?6?or?later?to?enable
//?visual?styles.??Otherwise?any?window?creation?will?fail.
INITCOMMONCONTROLSEX?InitCtrls;
InitCtrls.dwSize?=?sizeof(InitCtrls);
/
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????56320??2016-10-22?16:50??CommunicateComm\.vs\CommunicateComm\v14\.suo
?????文件?????110080??2016-10-22?16:47??CommunicateComm\CommunicateComm\CommunicateComm.aps
?????文件???????3569??2011-10-10?23:54??CommunicateComm\CommunicateComm\CommunicateComm.cpp
?????文件????????559??2011-09-07?15:13??CommunicateComm\CommunicateComm\CommunicateComm.h
?????文件??????12364??2016-10-22?16:47??CommunicateComm\CommunicateComm\CommunicateComm.rc
?????文件???????6246??2016-10-22?14:10??CommunicateComm\CommunicateComm\CommunicateComm.vcxproj
?????文件???????2456??2016-10-22?14:10??CommunicateComm\CommunicateComm\CommunicateComm.vcxproj.filters
?????文件????????143??2011-09-07?15:13??CommunicateComm\CommunicateComm\CommunicateComm.vcxproj.user
?????文件??????15924??2016-10-22?16:49??CommunicateComm\CommunicateComm\CommunicateCommDlg.cpp
?????文件???????2063??2016-10-22?16:45??CommunicateComm\CommunicateComm\CommunicateCommDlg.h
?????文件???????1726??2011-05-16?13:39??CommunicateComm\CommunicateComm\MyPtrList.cpp
?????文件???????1501??2011-05-13?10:32??CommunicateComm\CommunicateComm\MyPtrList.h
?????文件???????4405??2011-09-07?15:13??CommunicateComm\CommunicateComm\ReadMe.txt
?????文件??????67777??2009-08-31?02:31??CommunicateComm\CommunicateComm\res\CommunicateComm.ico
?????文件????????814??2011-09-07?15:13??CommunicateComm\CommunicateComm\res\CommunicateComm.rc2
?????文件???????3364??2016-10-22?16:40??CommunicateComm\CommunicateComm\resource.h
?????文件????????217??2011-09-07?15:13??CommunicateComm\CommunicateComm\stdafx.cpp
?????文件???????1762??2012-06-21?17:49??CommunicateComm\CommunicateComm\stdafx.h
?????文件????????314??2011-09-07?15:13??CommunicateComm\CommunicateComm\targetver.h
?????文件???????6647??2016-10-22?16:32??CommunicateComm\CommunicateComm\WinCom.cpp
?????文件???????2381??2016-10-22?15:26??CommunicateComm\CommunicateComm\WinCom.h
?????文件????????912??2011-09-07?15:14??CommunicateComm\CommunicateComm.sln
?????目錄??????????0??2016-10-22?11:18??CommunicateComm\.vs\CommunicateComm\v14
?????目錄??????????0??2016-10-22?11:18??CommunicateComm\.vs\CommunicateComm
?????目錄??????????0??2011-09-07?15:13??CommunicateComm\CommunicateComm\res
????...D.H.?????????0??2016-10-22?11:18??CommunicateComm\.vs
?????目錄??????????0??2016-10-22?16:51??CommunicateComm\CommunicateComm
?????目錄??????????0??2016-10-22?16:51??CommunicateComm\Debug
?????目錄??????????0??2016-10-22?16:51??CommunicateComm
-----------?---------??----------?-----??----
............此處省略2個文件信息
- 上一篇:DSP考試題樣例 絕對真題.doc
- 下一篇:醫院病人緊急呼叫系統
評論
共有 條評論