资源简介
vc++和sqlserver.rar
代码片段和文件信息
// Check.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Check.h“
#include “CheckDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCheckApp
BEGIN_MESSAGE_MAP(CCheckApp CWinApp)
//{{AFX_MSG_MAP(CCheckApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCheckApp construction
CCheckApp::CCheckApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCheckApp object
CCheckApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCheckApp initialization
BOOL CCheckApp::InitInstance()
{
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
CCheckDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
......R 1067520 2004-03-26 04:50 Chp1\HrMan.bak
......R 512 2004-03-25 17:57 Chp2\CreateDataba
......R 143 2004-03-25 18:11 Chp2\CreateTable1.sql
......R 267 2004-03-25 18:21 Chp2\CreateTable2.sql
......R 90 2004-03-25 21:31 Chp2\CreateView.sql
......R 26 2004-03-25 17:58 Chp2\DropDataba
......R 62 2004-03-25 21:16 Chp2\DropTable.sql
......R 34 2004-03-25 21:32 Chp2\DropView.sql
......R 40 2004-03-26 05:39 Chp2\Select1.sql
......R 47 2004-03-26 06:53 Chp2\Select10.sql
......R 48 2004-03-26 06:56 Chp2\Select11.sql
......R 48 2004-03-26 06:58 Chp2\Select12.sql
......R 48 2004-03-26 06:59 Chp2\Select13.sql
......R 48 2004-03-26 07:02 Chp2\Select14.sql
......R 90 2004-03-26 07:05 Chp2\Select15.sql
......R 55 2004-03-26 07:12 Chp2\Select16.sql
......R 94 2004-03-26 18:09 Chp2\Select17.sql
......R 97 2004-03-26 18:14 Chp2\Select18.sql
......R 123 2004-03-26 19:21 Chp2\Select19.sql
......R 65 2004-03-26 05:38 Chp2\Select2.sql
......R 115 2004-03-26 20:43 Chp2\Select20.sql
......R 94 2004-03-26 20:44 Chp2\Select21.sql
......R 101 2004-03-26 05:47 Chp2\Select3.sql
......R 54 2004-03-26 06:04 Chp2\Select4.sql
......R 59 2004-03-26 06:04 Chp2\Select5.sql
......R 71 2004-03-26 06:13 Chp2\Select6.sql
......R 130 2004-03-26 06:16 Chp2\Select7.sql
......R 117 2004-03-26 06:32 Chp2\Select8.sql
......R 122 2004-03-26 06:40 Chp2\Select9.sql
......R 101 2004-03-26 21:43 Chp2\delete.sql
............此处省略1887个文件信息
- 上一篇:基于MODBUS RTU MFC上位机软件
- 下一篇:MFC和openCV看图小程序
相关资源
- 谭浩强C语言程序设计第四版.zip
- DataStructuresandAlgorithmsinC++4thEditionbyAd
- MFCWinPcap编写一个嗅探器.zip
- 数据结构(C语言版)2011版本严蔚敏吴
- C语言课程设计与游戏开发实践教程
- C++多人2D坦克大战源码.rar
- 黑马最新c、c++全栈培训第24期高清无
- 剑指offer第二版书和代码c++版本.zip
- MFC_Socket_Server.rar
- 31个mfc课程设计有源码和文档.rar
- 妙趣横生的算法C语言实现(1).pdf
- 《C++Primer》第五版中文版.zip
- C语言学习路线图:C语言开发入门及项
- 精通UNIX下C语言编程与项目实践源代码
- c语言程序设计(第二版)谭浩强(完
- 基于C语言的ArcGISENGINE开发基础与技巧
- RSA论文
- C语言大程序游戏大富翁24707
- 三国志游戏源代码C语言版本
- tkdz.cpp
- 科锐C语言系列视频教程.txt
- [郝斌]C语言自学视频教程共180集.txt
- 音乐播放器mfc.doc
- 从C语言转C++简明教程_v5.3.zip
- 坦克大战:(MFC]).zip
- game.cpp
- Demo: c/c++动态库DLL调用,c#等其他语言
- 模拟一个飞机票订票和退票系统
- C++Primer第五版---高清版.zip
- 维吉尼亚密码的简单实现
评论
共有 条评论