资源简介
mfc 图书管理系统 数据库 SQLServer 源码 直接可以用的 用VC6.0开发的
代码片段和文件信息
// bbb.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “bbb.h“
#include “bbbDlg.h“
#include “DlgLogin.h“
#include “PrintDoc.h“
#include “PrintFram.h“
#include “PrintView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBbbApp
BEGIN_MESSAGE_MAP(CBbbApp CWinApp)
//{{AFX_MSG_MAP(CBbbApp)
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CBbbApp construction
CBbbApp::CBbbApp()
{
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBbbApp object
CBbbApp theApp;
_ConnectionPtr m_pCon; //ADO连接对象
_RecordsetPtr m_pRs;
_RecordsetPtr m_pRs1;
_CommandPtr m_pCom;
BOOL Flag = FALSE; //登录标识
CString userpassword;//记录当前用户
CString strserver;
CString strdbName;
CString strUser;
CString strPassword;
CReport report;
/////////////////////////////////////////////////////////////////////////////
// CBbbApp initialization
BOOL CBbbApp::InitInstance()
{
AfxOleInit();
AfxEnableControlContainer();
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
m_mainfram = NULL;
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CPrintDoc)
RUNTIME_CLASS(CPrintFram) // main SDI frame window
RUNTIME_CLASS(CPrintView));
AddDocTemplate(pDocTemplate);
IniAdo();
CDlgLogin login ;
login.DoModal();
if (Flag ==true)
{
CBbbDlg dlg;
m_pMainWnd = &dlg;
dlg.DoModal();
}
return FALSE;
}
CString CBbbApp::ExtractFilePath(LPTSTR filename)
{
CString appname;
appname = AfxGetAppName();
appname = appname+“.exe“;
CString temp;
int pos;
temp = filename;
pos = temp.Find(appname0);
temp = temp.Left(pos);
return temp;
}
void CBbbApp::IniAdo()
{
try
{
CString temp;
char filepath[MAX_PATH];
GetModuleFileName(NULLfilepathMAX_PATH);
temp = theApp.ExtractFilePath(filepath);//获取可执行文件的路径
//m_pCon.CreateInstance(“ADODB.Connection“);
CString strAdoConn;
char temp1[100];
GetPrivateProfileString(“DatabaseConfig““Server“““temp1100temp+“login.ini“);
strserver = (TCHAR *)temp1;
GetPrivateProfileString(“DatabaseConfig““Database“““temp1100temp+“login.ini“);
strdbName = temp1;
GetPrivateProfileString(“DatabaseConfig““User“““temp1100temp+“login.ini“);
strUser = temp1;
GetPrivateProfileString(“DatabaseConfig““PWD“““temp1100temp+“login.ini“);
strPassword = temp1;
strAdoConn.Format(“driver=
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2228224 2014-12-16 15:17 06\Databa
文件 1835008 2014-12-16 15:17 06\Databa
文件 48640 2008-02-28 09:45 06\readme.doc
文件 6358760 2014-10-16 17:07 06\源程序\bbb.aps
文件 22792 2014-10-17 09:01 06\源程序\bbb.clw
文件 3668 2008-01-28 08:42 06\源程序\bbb.cpp
文件 11135 2007-12-06 13:29 06\源程序\bbb.dsp
文件 531 2005-12-21 18:46 06\源程序\bbb.dsw
文件 1409 2006-02-08 08:02 06\源程序\bbb.h
文件 328704 2014-10-17 09:01 06\源程序\bbb.ncb
文件 568832 2014-10-17 09:01 06\源程序\bbb.opt
文件 240 2014-10-17 08:52 06\源程序\bbb.plg
文件 47090 2007-12-06 13:58 06\源程序\bbb.rc
文件 5532 2005-12-18 14:55 06\源程序\bbb.rc.bak
文件 9965 2007-12-07 13:30 06\源程序\bbbDlg.cpp
文件 0 2005-12-18 15:12 06\源程序\bbbDlg.cpp.bak
文件 3719 2007-12-03 15:39 06\源程序\bbbDlg.h
文件 1689 2007-12-05 10:59 06\源程序\CustomGrid.cpp
文件 1323 2007-12-05 10:59 06\源程序\CustomGrid.h
文件 12849 2008-01-29 12:57 06\源程序\D.cpp
文件 5760000 2006-01-09 11:41 06\源程序\Debug\bbb.bsc
文件 8155266 2008-01-28 08:42 06\源程序\Debug\bbb.exe
文件 1021312 2008-01-28 08:42 06\源程序\Debug\bbb.ilk
文件 83988 2008-01-28 08:42 06\源程序\Debug\bbb.obj
文件 7738304 2008-01-26 15:36 06\源程序\Debug\bbb.pch
文件 1246208 2008-01-28 08:42 06\源程序\Debug\bbb.pdb
文件 6317308 2008-01-26 15:36 06\源程序\Debug\bbb.res
文件 0 2006-01-09 11:40 06\源程序\Debug\bbb.sbr
文件 72454 2008-01-26 15:36 06\源程序\Debug\bbbDlg.obj
文件 0 2006-01-09 11:40 06\源程序\Debug\bbbDlg.sbr
............此处省略261个文件信息
相关资源
- c++实现基于停等协议的可靠udp传输的
- MFC+VS2013+OPENCV3.0打开摄像头,拍照并处
- 基于MFC的OpenCV视频图像显示小工具
- MFC PDF教程全套
- 仿Wireshark抓包工具MFC实现
- MFC画有角度的椭圆
- mfc编程共85个
- VS2015大漠注册找图
- MFC销售管理SaleSystem.rar
- 基于MFC的图像处理课程设计
- 基于MFC编写的FTP客户端(使用VS)
- High-speed Charting Control--MFC
- MFC下父窗口与子窗口的数据发送
- ATM页面程序MFC对话框
- MFC显示BMP格式图片
- mfc/cuda/opengl程序
- MFC北京公交车查询系统C/C++
- 商品销售管理系统源码和附加数据库
- MFC局域网聊天室可屏蔽、可私聊C++ 客
- MFC航空客运订票系统
- 基于MFC的虚拟键盘
- OGRE嵌入MFC代码以及嵌入过程说明
- MFC实现rtsp视频流的播放
- teechart代码教程
- GDI+绘制矩形,并且实现可旋转、缩放
- MFC 绘制半透明文字并保存为背景透明
- c++语言写的 图书管理系统
- MFC 常用界面组件集合CGridCtrl
- C++MFC学习资料整合大全
- DES加解密 MFC
评论
共有 条评论