資源簡介
張友生博士所著《遠程控制編程技術》及 VC++源代碼
文檔齊全 代碼較全 值得下載
代碼片段和文件信息
//?getimage.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“getimage.h“
#include?“getimageDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CGetimageApp
BEGIN_MESSAGE_MAP(CGetimageApp?CWinApp)
//{{AFX_MSG_MAP(CGetimageApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CGetimageApp?construction
CGetimageApp::CGetimageApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CGetimageApp?object
CGetimageApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CGetimageApp?initialization
BOOL?CGetimageApp::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
CGetimageDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????106628??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimage.exe
?????文件?????206892??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimage.ilk
?????文件??????14517??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimage.obj
?????文件????5502004??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimage.pch
?????文件?????279552??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimage.pdb
?????文件???????2196??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimage.res
?????文件??????24324??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\getimageDlg.obj
?????文件?????106211??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\StdAfx.obj
?????文件?????205824??2013-03-27?00:22??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\vc60.idb
?????文件?????364544??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\Debug\vc60.pdb
?????文件??????20364??2013-03-27?00:07??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.aps
?????文件????????785??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.clw
?????文件???????2091??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.cpp
?????文件???????4195??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.dsp
?????文件????????539??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.dsw
?????文件???????1346??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.h
?????文件??????74752??2013-03-27?00:23??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.ncb
?????文件??????55808??2013-03-27?00:23??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.opt
?????文件???????1815??2013-03-27?00:21??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.plg
?????文件???????4600??2001-08-29?16:33??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimage.rc
?????文件??????11075??2002-01-13?12:34??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimageDlg.cpp
?????文件???????1415??2001-08-29?16:28??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\getimageDlg.h
?????文件???????3615??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\ReadMe.txt
?????文件???????1078??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\res\getimage.ico
?????文件????????400??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\res\getimage.rc2
?????文件????????594??2001-08-29?16:29??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\resource.h
?????文件????????210??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\StdAfx.cpp
?????文件???????1054??2001-08-17?09:51??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_1_getimage\StdAfx.h
?????文件????????999??2001-08-04?10:01??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_2_reboot\BlackDlg.cpp
?????文件???????1231??2001-08-04?10:01??張友生博士所著《遠程控制編程技術》及?VC++源代碼\remotecontrol\4_2_reboot\BlackDlg.h
............此處省略357個文件信息
- 上一篇:雙線性插值放大縮小圖片 bmp mfc程序
- 下一篇:奇跡MU/S9.2全套源代碼
評論
共有 條評論