资源简介
mfc中用ado实现对access数据库的访问
代码片段和文件信息
// LuggageManager.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “LuggageManager.h“
#include “LuggageManagerDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CLuggageManagerApp
BEGIN_MESSAGE_MAP(CLuggageManagerApp CWinApp)
//{{AFX_MSG_MAP(CLuggageManagerApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CLuggageManagerApp construction
CLuggageManagerApp::CLuggageManagerApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CLuggageManagerApp object
CLuggageManagerApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CLuggageManagerApp initialization
BOOL CLuggageManagerApp::InitInstance()
{
AfxOleInit();
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CLuggageManagerDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2138171 2008-09-11 12:51 LuggageManager.exe
文件 147456 2008-09-11 12:53 lm.mdb
文件 147456 2008-09-11 12:49 LuggageManager\lm.mdb
文件 36416 2008-09-11 12:51 LuggageManager\LuggageManager.aps
文件 1789 2008-09-11 12:55 LuggageManager\LuggageManager.clw
文件 2191 2008-09-11 11:00 LuggageManager\LuggageManager.cpp
文件 4277 2008-09-11 12:55 LuggageManager\LuggageManager.dsp
文件 551 2008-09-11 10:14 LuggageManager\LuggageManager.dsw
文件 1412 2008-09-11 10:14 LuggageManager\LuggageManager.h
文件 107520 2008-09-11 12:55 LuggageManager\LuggageManager.ncb
文件 51712 2008-09-11 12:55 LuggageManager\LuggageManager.opt
文件 870 2008-09-11 12:51 LuggageManager\LuggageManager.plg
文件 6265 2008-09-11 12:51 LuggageManager\LuggageManager.rc
文件 8460 2008-09-11 12:49 LuggageManager\LuggageManagerDlg.cpp
文件 1633 2008-09-11 12:47 LuggageManager\LuggageManagerDlg.h
文件 90652 2007-08-15 15:02 LuggageManager\msado15.tlh
文件 76608 2007-08-15 15:02 LuggageManager\msado15.tli
文件 3723 2008-09-11 10:14 LuggageManager\ReadMe.txt
文件 1078 2008-09-11 10:14 LuggageManager\res\LuggageManager.ico
文件 406 2008-09-11 10:14 LuggageManager\res\LuggageManager.rc2
文件 1014 2008-09-11 12:43 LuggageManager\resource.h
文件 216 2008-09-11 10:14 LuggageManager\StdAfx.cpp
文件 1157 2008-09-11 10:25 LuggageManager\StdAfx.h
目录 0 2008-09-11 10:14 LuggageManager\res
目录 0 2008-09-11 12:58 LuggageManager
----------- --------- ---------- ----- ----
2831033 25
- 上一篇:直线反走样算法
- 下一篇:C++编写的简单仓库管理系统
相关资源
- VC++ 多线程文件读写操作
- 移木块游戏,可以自编自玩,vc6.0编写
- MFC数字钟(基于VC6.0)
- 安科瑞智能电能表MODBUS通讯程序 VC6
- VC++MFC小游戏实例教程(实例)+MFC类库
- VC6LineNumberAddin.dll
- 用VC6.0实现多边形扫描线填充算法
- VC++实现CMD命令执行与获得返回信息
- VC助手 VC6.0助手
- Adobe Acrobat X Pro汉化CIDFont字体包
- VC++基于OpenGL模拟的一个3维空间模型
- 基于VC++的SolidWorks二次开发SolidWorks
- VC6 USB开发源码
- VC操作SQLSERVER数据库
- aes加解密(vc源程序)
- vc_串口通讯
- 吕鑫vc6c++数据结构视频源码
- 派克变换VC++源码(附文档)
- 基于opencv漫水填充算法综合
- VC++ 串口
- VC++ 大富翁4_大富翁游戏源码
- MFC的异步网络通讯应用程序
- VC++ 摄像头视频采集与回放源程序
- 转 VC++ 实现电子邮件(Email)发送
- 自洽SU3手性夸克-孤子模型中单重子的
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- VC++ 服务程序编写及安装与卸载
- VC++6.0番茄西红柿VAXvirsual assist X完美破
- VC编程助手2010破解版(原名VA_X_10.6.
- MFCaccess.rar
川公网安备 51152502000135号
评论
共有 条评论