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

资源简介

C++实战源码-在ListBox中查找字符串(入门级实例173).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “GetListBoxString.h“
#include “GetListBoxStringDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CGetListBoxStringApp

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

/////////////////////////////////////////////////////////////////////////////
// CGetListBoxStringApp construction

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

////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1268  2010-10-26 17:58  GetListBoxString\GetListBoxString.clw
     文件        2203  2007-05-11 11:42  GetListBoxString\GetListBoxString.cpp
     文件        4339  2007-05-11 11:42  GetListBoxString\GetListBoxString.dsp
     文件         557  2007-05-11 11:42  GetListBoxString\GetListBoxString.dsw
     文件        1434  2007-05-11 11:42  GetListBoxString\GetListBoxString.h
     文件        5465  2007-05-11 13:24  GetListBoxString\GetListBoxString.rc
     文件        4800  2007-05-21 11:37  GetListBoxString\GetListBoxStringDlg.cpp
     文件        1446  2007-05-11 12:51  GetListBoxString\GetListBoxStringDlg.h
     文件         786  2007-05-11 13:23  GetListBoxString\resource.h
     文件         218  2007-05-11 11:42  GetListBoxString\StdAfx.cpp
     文件        1054  2007-05-11 11:42  GetListBoxString\StdAfx.h
     文件        5694  2005-10-08 16:28  GetListBoxString\res\GetListBoxString.ico
     文件         408  2007-05-11 11:42  GetListBoxString\res\GetListBoxString.rc2

评论

共有 条评论