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

资源简介

C++ 隐藏任务栏时钟(提高篇-实例051).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Clock.h“
#include “ClockDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CClockApp

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

/////////////////////////////////////////////////////////////////////////////
// CClockApp construction

CClockApp::CClockApp()
{
// TODO: add construction code here
// Place 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20620  2013-10-28 13:14  Clock.aps
     文件        1003  2013-10-28 13:14  Clock.clw
     文件        2049  2013-10-28 11:53  Clock.cpp
     文件        4141  2013-10-28 11:53  Clock.dsp
     文件         533  2013-10-28 11:53  Clock.dsw
     文件        1313  2013-10-28 11:53  Clock.h
     文件       48640  2013-10-28 13:14  Clock.opt
     文件        5137  2013-10-28 11:54  Clock.rc
     文件        4539  2013-10-28 11:55  ClockDlg.cpp
     文件        1361  2013-10-28 11:54  ClockDlg.h
     文件        3561  2013-10-28 11:53  ReadMe.txt
     文件         683  2013-10-28 11:54  Resource.h
     文件         207  2013-10-28 11:53  StdAfx.cpp
     文件        1054  2013-10-28 11:53  StdAfx.h
     文件        1078  2013-10-28 11:53  res\Clock.ico
     文件         397  2013-10-28 11:53  res\Clock.rc2

评论

共有 条评论