• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++ 定时网络共享控制(提高篇-实例530).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShareOnTime.h“
#include “ShareOnTimeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShareOnTimeApp

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

/////////////////////////////////////////////////////////////////////////////
// CShareOnTimeApp construction

CShareOnTimeApp::CShareOnTimeApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3669  2013-12-26 09:22  ShareOnTime\ReadMe.txt
     文件         827  2013-12-26 09:43  ShareOnTime\Resource.h
     文件       21268  2013-12-26 10:45  ShareOnTime\ShareOnTime.aps
     文件        1349  2013-12-26 10:45  ShareOnTime\ShareOnTime.clw
     文件        2133  2013-12-26 09:22  ShareOnTime\ShareOnTime.cpp
     文件        4253  2013-12-26 10:44  ShareOnTime\ShareOnTime.dsp
     文件         545  2013-12-26 09:22  ShareOnTime\ShareOnTime.dsw
     文件        1379  2013-12-26 09:22  ShareOnTime\ShareOnTime.h
     文件       48640  2013-12-26 10:45  ShareOnTime\ShareOnTime.opt
     文件        5789  2013-12-26 10:18  ShareOnTime\ShareOnTime.rc
     文件        5426  2013-12-26 10:43  ShareOnTime\ShareOnTimeDlg.cpp
     文件        1500  2013-12-26 10:43  ShareOnTime\ShareOnTimeDlg.h
     文件         213  2013-12-26 09:22  ShareOnTime\StdAfx.cpp
     文件        1054  2013-12-26 09:22  ShareOnTime\StdAfx.h
     文件        1078  2013-12-26 09:22  ShareOnTime\res\ShareOnTime.ico
     文件         403  2013-12-26 09:22  ShareOnTime\res\ShareOnTime.rc2

评论

共有 条评论