Welcome![Sign In][Sign Up]
Location:
Search - MFC table

Search list

[EditBoxmfc的文件显示 byhangke

Description: 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1, the procedures required to submit perpendicular operation at the table or database structure and detailed manuals, source programs. 2, master bitmap related concepts. 3, learning how to use the resources editors edit bitmap. 4, programming can use API programming or MFC programming. 5, the proposed procedure can only handle 24-bit true color map. 6, after running through the options document | Open menu option after a BMP file, if not BMP files or not true color documents, procedures should report information. If the option is the true color of the bitmap graphics will be shown in the window and filled the entire area customers. If the adjustment window graphics were also followed changes. Customers always filled the entire area
Platform: | Size: 27165 | Author: 八云 | Hits:

[ADO-ODBC一个增强的数据库类CDataSet

Description: 一个增强的数据库类CDataSet 因为MFC完全支持数据库应用程序的开发,所以大多数数据库应用都使用CDatabase和CRecordset类,并且类向导(Class Wizard)提供了快速简易的方式来使用这两个类。有一点不足的就是当应用程序涉及到多表数据库时,类向导将产生大量的关于记录集的源码文件使得工程(project)给人的感觉很混乱。 本文介绍如何使用一个模板记录集类来降低类向导所产生的记录集文件的数量,同时增强记录积类(CRecordset)的功能。这个模板记录集类叫做:CDataSet。它的主要目的是降低代码量,为数据对象数组提供一个接口。-an enhanced database category CDataSet because MFC fully support database application development, the majority of database applications used CDatabase and CRecordset class and category Wizard (Class Wizard) provides a fast and easy way to use these two categories. There is one point when the shortage of applications related to multi-table database, the wizard class will have a lot of records set on the source document makes the project (project) gives the impression that very confused. This paper describes how to use a template Records Set to reduce class wizard from the record set in the volume of documentation, while enhancing the plot record category (CRecordset) function. The template called Set Records : CDataSet. Its main purpose is to reduce the amount of code and data objects to p
Platform: | Size: 33792 | Author: 杨葶 | Hits:

[Database system用VC实现数据库多表联接的应用程序

Description: 用VC++6.0开发多表联接的数据库应用程序 介绍了用Visual C++6.0开发数据库应用程序时,使用MFC ODBC类的编程方法,详细说明了在MFC ODBC的派生类中设置SQL语句参数的方法,实现了二个表的关联。 关键字 数据库 ,多表联接,MFC ODBC-VC 6.0 multi-table database connectivity application procedures introduced with Visual C 6.0 database application development, the use of MFC ODBC type of programming methods, a detailed description of the MFC category derived ODBC SQL set parameters and methodology of the two tables association. Keyword database, multi-table connectivity, ODBC MFC
Platform: | Size: 9216 | Author: lihao8397 | Hits:

[Process-ThreadMultiThreads

Description: 本程序实现同时运行的个线段,一个是显示动画的时钟,另一个是展示进度条,进度条恰好表不动画时钟的进度。本程序是基于对话框的MFC应用硬序-the program running simultaneously segments, the show is an animated clock, and the other is to demonstrate progress, the progress of the animation is not exactly table clock progress. This procedure is based on the MFC dialog application hardware sequence
Platform: | Size: 67584 | Author: 陈康 | Hits:

[Windows DevelopLesson05

Description: MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard, understanding sent to the window how the news is being MFC framework through window handles mapping and information mapping table to table with the function of the window class for responses. Description Table of equipment and Packaging category of the use of the CDC, the CDC is how specific and relate to the equipment, integration of specific drawing program for analysis. How to set up the closed graphics filled brush (picture-brush brush painting and transparent use).
Platform: | Size: 46080 | Author: 鞠俊 | Hits:

[EditBoxmfc的文件显示 byhangke

Description: 1、 本程序在交作业时需提交数据库或表结构及其详细的说明书、源码程序。 2、 掌握位图的相关概念。 3、 学会使用使用资源编辑器编辑位图。 4、 编程方式可以使用API编程或MFC编程方式。 5、 建议程序只能处理24位真彩色位图。 6、 程序运行后,通过选择文件|打开菜单后选择一个BMP文件,如果不是BMP文件或不是真彩色文件,程序应该报告信息。如果用户选择的是真彩色的位图则将图形显示在窗口中,而且占满整个客户区。如果调整窗口则图形也跟着变化。始终占满整个客户区 -1, the procedures required to submit perpendicular operation at the table or database structure and detailed manuals, source programs. 2, master bitmap related concepts. 3, learning how to use the resources editors edit bitmap. 4, programming can use API programming or MFC programming. 5, the proposed procedure can only handle 24-bit true color map. 6, after running through the options document | Open menu option after a BMP file, if not BMP files or not true color documents, procedures should report information. If the option is the true color of the bitmap graphics will be shown in the window and filled the entire area customers. If the adjustment window graphics were also followed changes. Customers always filled the entire area
Platform: | Size: 26624 | Author: 八云 | Hits:

[ADO-ODBCBookSale

Description: 简单的图书销售管理系统 说明: 1.程序基本实现用户要求 2.登录密码为12345 该密码保存在数据库的Pwd表中,程序没有直接提供修改密码的功能 若要该密码,请到数据库中直接修改 3.为了方便统计,程序利用了临时表SaleReport。一般来说,统计完毕时该表会自动删除 如果由于异常原因,该表没有自动删除,那么程序在运行统计时会出现问题,其他功能不受影响 解决方法:用Access打开数据库RBookSale.mdb,将表SaleReport删除即可 4.删除库存为零的图书记录,该要求有些不合理 如果删除了这些记录,那么销售统计时,则无法查到这些书的信息 (这可能与我表设计有关,没有深入分析该问题) 5.程序运行时,务必保证数据库与应用程序在同一目录下 程序是基于MFC编写的 如果运行该程序的机器上没有MFC运行时库,程序不能运行.-simple book sales management system : 1. Basic procedures to achieve two user requirements. Login password to 12,345 the password stored in a database table of Pwd, procedures not directly alter the code for the function if the password, the free database directly alter three. To facilitate the compilation of statistics procedures used SaleReport temporary table. Generally, statistical finished The list will be automatically deleted because if abnormal reasons, the table does not automatically deleted, then running statistical procedures that would arise, the other functions will not be affected solutions : Open Access database RBookSale.mdb, will be deleted SaleReport Table 4. Delete library zero deposit library records, some of the unreasonable demands deletion of these records, sales st
Platform: | Size: 425984 | Author: 曲进 | Hits:

[Button controlControlsdemo

Description:
Platform: | Size: 2543616 | Author: 翡涩琪 | Hits:

[PropertySheetMFCproperty

Description: 这是一个属性表的详细应用 主要想向大家推荐的是CMSHFlexGrid类(这是一个非常好用的表格控件,在属性表的PAGE2中用到)-This is an attribute table detailed application we wish to commend the CMSHFlexGrid category (which is a very useful form of control, the Attribute Table PAGE2 names)
Platform: | Size: 2110464 | Author: 鱼鱼 | Hits:

[ComboBoxprogramChapter09A

Description: 精通MFC程序设计,编程设计,源代码程序,能给大家有帮助。第09章 属性表与向导-proficient MFC program design, programming design, source code procedures, we can help. Article 09 and Chapter Attribute Table Wizard
Platform: | Size: 210944 | Author: tce | Hits:

[Windows DevelopCode

Description: MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC Message Mapping Analysis of the mechanism on how to use ClassWizard,, understand this window to the news is being MFC framework through window handles mapping information and mapping table to table by the window class In response to the function. Table master device descriptions and Packaging category CDC use, and the CDC is how specific equipment linked to the occurrence, Fusion specific drawing program for analysis. How to set up a closed graphics filled brush (picture-painting brushes and transparent use of the brush).
Platform: | Size: 705536 | Author: 王兰 | Hits:

[VC/MFCshujuleixin

Description: Visual C++对数据库的支持 MFC 的ODBC编程过程 ODBC数据表更新 MFC的ODBC类 显示记录总数和当前记录号 编 辑 记 录 字 段 操 作 多 表 处 理 使用MSFlexGrid控件 RemoteData和DBGrid控件 使用ADO操作数据库-Visual C++ Database support MFC s ODBC programming ODBC data tables updated MFC s ODBC type shows the total number of records and current records of its field operations to edit records deal with the use of multi-table MSFlexGrid control RemoteData and DBGrid control to operate the database using ADO
Platform: | Size: 397312 | Author: 马刚 | Hits:

[TCP/IP stackTcpIp_XieYiJieXi

Description: 使用MFC实现网络中包的截获并逐层分析协议,包括frame,arp,tcp,ip,http等协议。带界面。并有文档说明。-Use MFC to achieve the network packet intercepted and layer-by-layer analysis of the agreement, including the frame, arp, tcp, ip, http and other agreements. With the interface. And documentation.
Platform: | Size: 191488 | Author: 张娜 | Hits:

[VC/MFCpropertysheet

Description: 精通MFC程序设计 第9章属性表与向导-MFC programming proficient Chapter 9 attribute table with the wizard
Platform: | Size: 3809280 | Author: tantan | Hits:

[ADO-ODBCdataGrid

Description: 给程序为VC++数据库ADO编程,用控件datagrid实现表记录的显示,修改等功能-To the procedures for VC++ Database ADO programming with datagrid control to achieve the display of table records, modify the functions of
Platform: | Size: 4825088 | Author: sundance | Hits:

[VC/MFClesson4

Description: MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, sent to the window to understand the news is how the MFC framework mapping table through the window handle and message mapping table to use window class of the response function. Master device and its use of CDC Packaging category, CDC is how specific equipment and related integration drawing specific procedures for analysis. How to set the closed graphics filled brushes (digital pictures with a transparent brush painting brush use).
Platform: | Size: 47104 | Author: 周游 | Hits:

[VC/MFCLinelist

Description: 用MFC 实现线性表的插入删除等,是我们暑假实习的必选题目之一-Using MFC to achieve linear table insert delete and so on, is our summer interns will choose one topic
Platform: | Size: 674816 | Author: jiangtao | Hits:

[Printing programtable

Description: 功能强大的打印库,是通过MFC 对话框来完成的,支持像word一样的编辑模板。首先编辑不同的模板后保存,在通过exe程序来调用打印动态库,然后通过接口把元素的只写入。该程序是用在汽车检测的报表打印上。打印速度快,修改报表容易。-Powerful print library, through the MFC dialog box to complete and support the same word as the template editor. First of all, a different template to edit the preservation, through the exe program to print the dynamic library calls, and then through the interface to only write elements. The program is used in the automotive testing print on statements. Print speed, easy to modify statements.
Platform: | Size: 1875968 | Author: zdd | Hits:

[TreeViewProgramming_Example_MFC_Table_control_code_tree.ra

Description: MFC编程实例目录树Table控件经典代码Programming Example MFC Table control classic code tree -Programming Example MFC Table control classic code tree
Platform: | Size: 90112 | Author: 6 | Hits:

[Dialog_Windowtable

Description: mFC table控件的实现 就是在对话框上初始化一个table控件-dfsd defsdf dfdfd dfdsfa
Platform: | Size: 1980416 | Author: dddd | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net