91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

C++編寫適用于windows的遠程監(jiān)控軟件源碼,結(jié)構(gòu)簡明清晰,有遠程即時監(jiān)控鼠鍵控制上傳文件遠程shell執(zhí)行等功能,非常適合學(xué)習(xí)研究

資源截圖

代碼片段和文件信息

//?CMD.cpp?:?implementation?file
//

#include?“stdafx.h“
#include?“Screen.h“
#include?“CMD.h“

#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
//?CCMD?dialog


CCMD::CCMD(CWnd*?pParent?/*=NULL*/)
:?CDialog(CCMD::IDD?pParent)
{
//{{AFX_DATA_INIT(CCMD)
m_cmd?=?_T(““);
//}}AFX_DATA_INIT

}


void?CCMD::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CCMD)
DDX_Text(pDX?IDC_EDIT1?m_cmd);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CCMD?CDialog)
//{{AFX_MSG_MAP(CCMD)

//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
//?CCMD?message?handlers

void?CCMD::OnOK()?
{
UpdateData(1);
CDialog::OnOK();
IsOk=1;
}

void?CCMD::OnCancel()?
{
//?TODO:?Add?extra?cleanup?here

CDialog::OnCancel();
}

BOOL?CCMD::OnInitDialog()?
{
CDialog::OnInitDialog();
IsOk=0;
//?TODO:?Add?extra?initialization?here

return?TRUE;??//?return?TRUE?unless?you?set?the?focus?to?a?control
??????????????//?EXCEPTION:?OCX?Property?Pages?should?return?FALSE
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-26?16:09??Screen\
?????文件??????810054??2014-05-15?17:00??Screen\aaa.bmp
?????文件????????1244??2014-05-11?21:52??Screen\CMD.cpp
?????文件????????1189??2014-05-11?21:52??Screen\CMD.h
?????目錄???????????0??2018-10-26?16:10??Screen\Debug\
?????文件????????1100??2013-06-03?22:49??Screen\DS.cpp
?????文件????????1334??2013-06-03?22:49??Screen\DS.h
?????文件?????????218??2013-05-31?12:56??Screen\gdi+.h
?????文件????????6899??2014-05-15?17:11??Screen\MaiDlg.cpp
?????文件????????1808??2014-05-15?16:26??Screen\MaiDlg.h
?????文件?????????869??2013-06-04?18:53??Screen\mtd.cpp
?????文件????????1226??2013-06-04?18:53??Screen\mtd.h
?????文件???????12002??2013-07-22?12:01??Screen\RCa11992
?????文件???????12002??2013-07-22?12:01??Screen\RCb11992
?????文件???????12002??2013-07-22?12:01??Screen\RCc11992
?????文件???????12002??2013-07-22?12:02??Screen\RCd11992
?????文件????????3579??2008-12-18?19:35??Screen\ReadMe.txt
?????目錄???????????0??2014-05-23?07:36??Screen\res\
?????文件????????1684??2014-05-15?17:07??Screen\resource.h
?????文件???????51262??2014-05-15?16:19??Screen\res\20130607111023860_easyicon_net_128.ico
?????文件???????51262??2014-05-15?17:07??Screen\res\20130607111146989_easyicon_net_128.ico
?????文件???????53822??2013-06-10?22:37??Screen\res\20130607111615187_easyicon_net_128.ico
?????文件????????1270??2014-05-15?16:33??Screen\res\bitmap1.bmp
?????文件????????1270??2014-05-15?16:33??Screen\res\bitmap2.bmp
?????文件????????1078??2008-12-18?19:35??Screen\res\Screen.ico
?????文件?????????398??2008-12-18?19:35??Screen\res\Screen.rc2
?????文件????????2814??2014-05-15?16:33??Screen\res\UpDown.bmp
?????文件??????195928??2014-05-23?18:13??Screen\Screen.aps
?????文件????????3116??2014-05-27?16:29??Screen\Screen.clw
?????文件????????2410??2014-05-14?09:07??Screen\Screen.cpp
?????文件????????5233??2014-05-15?17:16??Screen\Screen.dsp
............此處省略42個文件信息

評論

共有 條評論