资源简介
VC下载文件显示进度条
代码片段和文件信息
// Down.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Down.h“
#include “DownDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDownApp
BEGIN_MESSAGE_MAP(CDownApp CWinApp)
//{{AFX_MSG_MAP(CDownApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CDownApp construction
CDownApp::CDownApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDownApp object
CDownApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDownApp initialization
BOOL CDownApp::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
CDownDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 132608 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\20090615-yinxiang.mp3
文件 12510 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\BuildLog.htm
文件 7269376 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.bsc
文件 122880 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.exe
文件 920 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.exe.em
文件 984 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.exe.em
文件 861 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.exe.intermediate.manifest
文件 1221232 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.ilk
文件 20797 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.obj
文件 28639232 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.pch
文件 3738624 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.pdb
文件 3004 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.res
文件 0 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\Down.sbr
文件 67362 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\DownDlg.obj
文件 0 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\DownDlg.sbr
文件 67 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\mt.dep
文件 465803 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\StdAfx.obj
文件 3356683 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\StdAfx.sbr
文件 912384 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\vc90.idb
文件 2019328 2011-07-29 17:19 VC下载文件显示进度条\DownProgress\Debug\vc90.pdb
文件 22496 2011-02-25 16:43 VC下载文件显示进度条\DownProgress\Down.aps
文件 1501 2009-09-18 00:16 VC下载文件显示进度条\DownProgress\Down.clw
文件 2035 2009-09-17 14:55 VC下载文件显示进度条\DownProgress\Down.cpp
文件 4124 2009-09-18 00:16 VC下载文件显示进度条\DownProgress\Down.dsp
文件 533 2009-09-17 14:55 VC下载文件显示进度条\DownProgress\Down.dsw
文件 1302 2009-09-17 14:55 VC下载文件显示进度条\DownProgress\Down.h
文件 22563840 2011-07-29 17:22 VC下载文件显示进度条\DownProgress\Down.ncb
文件 53760 2009-09-18 00:16 VC下载文件显示进度条\DownProgress\Down.opt
文件 242 2009-09-18 00:05 VC下载文件显示进度条\DownProgress\Down.plg
文件 6039 2009-09-18 00:16 VC下载文件显示进度条\DownProgress\Down.rc
............此处省略20个文件信息
- 上一篇:银行账户管理系统--本人毕设
- 下一篇:flexsim仿真软件教程-中文版
评论
共有 条评论