• 大小: 0.03M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 标签: 数据库  实例  c++  c  VC++  

资源简介

VC 树形控件与数据库连接的典型实例代码,实现将数据库中的内容加入树型控件中,并通过建立数据库,再与树型控件相连,实现对数据库的访问,从而开发完成一款可以适时读取数据库的动态树形菜单控件。

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
// Download by http://www.codefans.net

#include “stdafx.h“
#include “Ppp.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    ..A..H.       305  2002-05-19 13:08  TreeCtrlDB\desktop.ini

     文件       3343  2010-01-06 15:41  TreeCtrlDB\MainFrm.cpp

     文件       1762  1998-05-22 10:01  TreeCtrlDB\MainFrm.h

     文件       3706  1998-05-22 11:40  TreeCtrlDB\Ppp.clw

     文件       4191  2010-01-06 15:42  TreeCtrlDB\Ppp.cpp

     文件       4747  2002-10-16 09:32  TreeCtrlDB\Ppp.dsp

     文件        531  1998-05-22 09:44  TreeCtrlDB\Ppp.dsw

     文件       1323  1998-05-22 09:44  TreeCtrlDB\Ppp.h

     文件      12891  1998-05-22 11:27  TreeCtrlDB\Ppp.rc

     文件       1682  1998-05-22 09:44  TreeCtrlDB\PppDoc.cpp

     文件       1512  1998-05-22 10:14  TreeCtrlDB\PppDoc.h

     文件       3987  2010-01-06 15:42  TreeCtrlDB\PppView.cpp

     文件       2085  1998-05-22 10:13  TreeCtrlDB\PppView.h

    ..A..H.       305  2002-05-19 13:08  TreeCtrlDB\res\desktop.ini

     文件       1078  1998-05-22 09:44  TreeCtrlDB\res\Ppp.ico

     文件        395  1998-05-22 09:44  TreeCtrlDB\res\Ppp.rc2

     文件       1078  1998-05-22 09:44  TreeCtrlDB\res\PppDoc.ico

     文件       1078  1998-05-22 09:44  TreeCtrlDB\res\Toolbar.bmp

     文件        956  1998-05-22 10:04  TreeCtrlDB\Resource.h

     文件       1542  2010-01-06 15:42  TreeCtrlDB\ShengSet.cpp

     文件       1354  1998-05-22 09:47  TreeCtrlDB\ShengSet.h

     文件       2464  1998-05-22 11:14  TreeCtrlDB\ShengView.cpp

     文件       1732  1998-05-22 10:15  TreeCtrlDB\ShengView.h

     文件        205  1998-05-22 09:44  TreeCtrlDB\StdAfx.cpp

     文件       1075  1998-05-22 09:54  TreeCtrlDB\StdAfx.h

     文件     110592  2002-10-16 09:28  TreeCtrlDB\全国.mdb

     目录          0  2010-01-06 15:39  TreeCtrlDB\res

     目录          0  2010-01-06 15:41  TreeCtrlDB

----------- ---------  ---------- -----  ----

               165919                    28

............此处省略1个文件信息

评论

共有 条评论