• 大小: 2.54M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 应用程序自动登录信息(提高篇-实例117).zip

资源截图

代码片段和文件信息

// StartRun.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “StartRun.h“
#include “StartRunDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CStartRunApp

BEGIN_MESSAGE_MAP(CStartRunApp CWinApp)
//{{AFX_MSG_MAP(CStartRunApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CStartRunApp construction

CStartRunApp::CStartRunApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3615  2007-08-21 15:46  ReadMe.txt
     文件         870  2007-08-21 15:46  resource.h
     文件       25676  2013-12-07 15:15  StartRun.aps
     文件        1271  2013-12-07 15:17  StartRun.clw
     文件        2091  2007-08-21 15:46  StartRun.cpp
     文件        4195  2007-08-21 15:46  StartRun.dsp
     文件         541  2007-08-21 15:46  StartRun.dsw
     文件        1346  2007-08-21 15:46  StartRun.h
     文件       74752  2013-12-07 15:18  StartRun.ncb
     文件      295424  2013-12-07 15:18  StartRun.opt
     文件         719  2013-10-29 10:13  StartRun.plg
     文件        5499  2013-10-29 10:13  StartRun.rc
     文件        5199  2007-08-21 15:46  StartRunDlg.cpp
     文件        1450  2007-08-21 15:46  StartRunDlg.h
     文件         210  2007-08-21 15:46  StdAfx.cpp
     文件        1074  2007-08-21 15:46  StdAfx.h
     文件      118852  2013-10-29 10:13  Debug\StartRun.exe
     文件      205728  2013-10-29 10:13  Debug\StartRun.ilk
     文件       14128  2013-10-22 15:00  Debug\StartRun.obj
     文件     6323160  2013-10-22 15:00  Debug\StartRun.pch
     文件      361472  2013-10-29 10:13  Debug\StartRun.pdb
     文件        7276  2013-10-29 10:13  Debug\StartRun.res
     文件       40241  2013-10-22 15:00  Debug\StartRunDlg.obj
     文件      112865  2013-10-22 15:00  Debug\StdAfx.obj
     文件      222208  2013-12-07 15:17  Debug\vc60.idb
     文件      397312  2013-10-22 15:00  Debug\vc60.pdb
     文件        5694  2007-08-21 15:46  res\StartRun.ico
     文件         400  2007-08-21 15:46  res\StartRun.rc2

评论

共有 条评论