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

资源简介

C++实战源码-要提示才能看得见(入门级实例321).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ListBoxTip.h“
#include “ListBoxTipDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CListBoxTipApp

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

/////////////////////////////////////////////////////////////////////////////
// CListBoxTipApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CLi

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1464  2010-10-27 13:18  ListBoxTip\ListBoxTip.clw
     文件        2119  2007-05-08 08:47  ListBoxTip\ListBoxTip.cpp
     文件        4416  2010-10-06 15:43  ListBoxTip\ListBoxTip.dsp
     文件         545  2007-05-08 08:47  ListBoxTip\ListBoxTip.dsw
     文件        1368  2007-05-08 08:47  ListBoxTip\ListBoxTip.h
     文件        5502  2010-10-06 15:39  ListBoxTip\ListBoxTip.rc
     文件        4804  2010-09-19 09:25  ListBoxTip\ListBoxTipDlg.cpp
     文件        1370  2010-06-23 11:13  ListBoxTip\ListBoxTipDlg.h
     文件         779  2010-10-06 15:39  ListBoxTip\resource.h
     文件         212  2007-05-08 08:47  ListBoxTip\StdAfx.cpp
     文件        1054  2007-05-08 08:47  ListBoxTip\StdAfx.h
     文件        4846  2010-07-07 15:49  ListBoxTip\SubWnd.cpp
     文件        2181  2007-05-08 08:47  ListBoxTip\SubWnd.h
     文件      238878  2010-10-06 15:39  ListBoxTip\res\033.bmp
     文件        5694  2005-10-08 16:28  ListBoxTip\res\ListBoxTip.ico
     文件         402  2007-05-08 08:47  ListBoxTip\res\ListBoxTip.rc2
     文件        7168  2010-06-22 09:23  ListBoxTip\res\Thumbs.db

评论

共有 条评论