資源簡介
功能強大的BT下載器,附源碼,有需要的可以下載試試!

代碼片段和文件信息
//?FileTrans.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“FileTrans.h“
#include?“FileTransDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?FileTransApp
BEGIN_MESSAGE_MAP(FileTransApp?CWinApp)
//{{AFX_MSG_MAP(FileTransApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?FileTransApp?construction
FileTransApp::FileTransApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?FileTransApp?object
FileTransApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?FileTransApp?initialization
BOOL?FileTransApp::InitInstance()
{
if?(!AfxSocketInit())
{
AfxMessageBox(IDP_SOCKETS_INIT_FAILED);
return?FALSE;
}
//?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.
FileTransDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????5059??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\BitSpider.h
?????文件???????5059??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\BitSpider.h
?????文件???????6459??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\DNS.h
?????文件?????110705??2005-08-11?10:41??BT下載器\擴展實例9?BT下載器\Debug\FileTrans.exe
?????文件??????29631??2005-08-11?10:41??BT下載器\擴展實例9?BT下載器\Debug\FileTrans.obj
?????文件?????295936??2005-08-11?10:41??BT下載器\擴展實例9?BT下載器\Debug\FileTrans.pdb
?????文件???????2708??2004-11-18?19:45??BT下載器\擴展實例9?BT下載器\Debug\FileTrans.res
?????文件??????52079??2005-08-11?10:41??BT下載器\擴展實例9?BT下載器\Debug\FileTransDlg.obj
?????文件????????988??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\RADIX64.h
?????文件??????10353??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSP.h
?????文件???????5059??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\BitSpider.h
?????文件???????6459??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\DNS.h
?????文件????????988??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\RADIX64.h
?????文件??????10353??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\SSP.h
?????文件?????110592??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\SSPDLL.dll
?????文件??????61820??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\SSPDLL.lib
?????文件??????27713??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL\SSP_SDK.chm
?????文件?????110592??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL.dll
?????文件??????61820??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSPDLL.lib
?????文件??????27713??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\Debug\SSP_SDK.chm
?????文件?????106940??2005-08-11?10:41??BT下載器\擴展實例9?BT下載器\Debug\StdAfx.obj
?????文件?????479232??2005-08-11?10:41??BT下載器\擴展實例9?BT下載器\Debug\vc60.pdb
?????文件???????6459??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\DNS.h
?????文件?????114752??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\FileTrans.exe
?????文件?????929844??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\MFC42D.DLL
?????文件??????41013??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\MFCN42D.DLL
?????文件??????94285??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\MSVCIRTD.DLL
?????文件?????516173??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\MSVCP60D.DLL
?????文件?????385100??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\MSVCRTD.DLL
?????文件?????110592??2004-07-06?18:34??BT下載器\擴展實例9?BT下載器\EXE\SSPDLL.dll
............此處省略38個文件信息
- 上一篇:unity物體邊緣高亮插件
- 下一篇:七夕情人節表白程序源碼手機版
評論
共有 條評論