搜索资源列表
MFC
- MFC编程大全,主攻MFC问题,使用于初级或者是查阅文档-Encyclopedia of MFC programming, the main MFC, the use of or access to primary documents
tongxunlu
- MFC+access的通讯录系统。 (1) 查看功能:选择此功能时列出下列三类功能. A办公类 B个人类 C商务类 当选中某类时,显示出此类所有数据中的姓名和电话号码 (2)增加功能:能录入新数据,一个结点包括:姓名,电话号码,分类(办公类,个人类,商务类), 电子邮件, (3)修改功能:选中某个人的姓名时,可对此人的相应数据进行修改。 (4)删除功能:选中某个人的姓名时,可对此人的相对数据进行删除并自动调整后续条目的编号,-MFC+ Access the address book system
VCandDatabase
- Visual C++提供了多种多样的数据库访问技术——ODBC API、MFC ODBC、DAO、OLE DB、ADO等。这些技术各有自己的特点,它们提供了简单、灵活、访问速度快、可扩展性好的开发技术。-Visual C++ provides a variety of database access technology- ODBC API, MFC ODBC, DAO, OLE DB, ADO, etc.. These technologies have their own character
GetIP
- 取得IP與主機名稱利用MFC winsock (初學用)-Access to IP and host name (beginning with)
VC_examples
- 实例12-1:使用用户界面线程实例。源代码在光盘中“\12\InterfaceThread”目录下。 实例12-2:使用工作者线程实例。源代码在光盘中“\12\ControlThread”目录下。 实例12-3:多线程实例。源代码在光盘中“\12\WQDemo”目录下。 实例12-4:线程间的通信。源代码在光盘中“\12\ThreadCommu”目录下。 实例13-1:动态链接库(Dll)实例。源代码在光盘中“\13\dlltest ”目录下。 实例13-2:鼠标钩子应
VCMFC
- mfc 常用技巧介绍,基本概念,知识,是入门和开发时查阅的好资料-mfc commonly used technique introduction, basic concepts, knowledge, is the entry and development of a good time access to information
dingfan
- vc6.0访问ACCESS数据库,利用的事MFC的ODBC功能。-vc6.0 access ACCESS database, and utilization of the MFC' s ODBC functions.
EXCEL-data-import-and-export
- 使用vc++MFC的ODBC类,将Excel文件当作一般的数据库表格,利用ODBC技术像访问数据库一样去读/写Excel文 件。该文结合应用实例讨论了在Vc++程序中导出/导入Excel数据的方法。 注意:此文档非本人所写-Use vc++ MFC ODBC classes, the Excel file as a database form, the same as access to the database to read/write Excel files using ODBC
UG_SQL_YUAN
- 通过Visual C++二次开发UG,使用MFC连接SQLServer2000数据库,ug调用MFC面板,获取数据库数据。-The the Visual C++ secondary development of UG use the MFC connected SQLServer2000 database a, ug calls MFC panel access to database data.
VC
- MFC编写一个简单的登录对话框(连数据库),教你怎么在VC上连接access数据库-MFC write a simple login dialog (even the database), teach you how to connect access database on the VC
ch
- 该文档讲述了MFC ODBC的基本情况和数据库访问技术,并以一个实际小系统为例,图文并列形式讲述系统开发过程。-This document describes the basic situation and the MFC ODBC database access technology, and a real small system, for example, parallel forms of graphic tells the system development process.
Library1
- MFC与access连接的简易图书管理系统压缩包-Easy connection with access MFC Library Management System archive
VISUAL-CPP-MFC
- 实用C语言语法使用大全,方便开发人员快速查阅C语言实用-Practical Encyclopedia of C language syntax to use, convenient and quick access to the C language developers useful. .
MFCADOmdbsql2000
- MFC使用ADO对象开发数据库应用程序,可以实现vc与access数据库的连接及通过列表控件实现对书库的添加、修改及删除操作等!-MFC using ADO object database application development, can realize vc and the access database connection and through the list control for the library to add, modify, and delete operatio
qweq
- mfc用odbc方式操作access数据库的基本介绍-mfc use odbc tomake access something
MFC-handle-conversion
- 一般我们使用的框架是VC提供的Wizard生成的MFC App Wizard(exe)框架,无论是多文档还是单文档,都存在指针获取和操作 问题。 下面这节内容主要是一般的框架,然后再讲多线程中的指针使用。使用到的类需要包含响应的头文件。 首先一般获得本类(视,文档,对话框都支持)实例指针 this,用this的目的,主要可以通过类中的函数向其他类或者函数中发指针,以便于在非本类中操作和使用本类中的功能。 这其中的关键在于理解 m_pMainWnd, AfxGetApp(),AfxGetMai
VCPPSQL-Server
- 了解MFC ADO 数据库访问技术; 2.熟悉Miscrosoft DataGrid 控件和Miscrosoft ADO Data 控件的使用方法; 3.掌握基于对话框的用户界面设计方法和数据操作方法; 4.掌握主窗口与子窗口之间数据访问的方法; -Learn MFC ADO access technology 2. Be familiar with the Miscrosoft DataGrid control and Miscrosoft the use of the