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

Search list

[PropertySheetsaprefs

Description: 属性页和树形控件(treectrl)联合使用的例子,使用树形控件来控制属性页的显示顺序-A example in which properties page control and treectrl are used together, and can use treectrl to control the show order of properties page
Platform: | Size: 39936 | Author: 站长 | Hits:

[Othertreestore

Description: Tree views are capable of storing hierarchical data, which isn t intuitively serialized. The TreeStore sample is an MDI application which shows a view based on CTreeView and demonstrates loading and saving the content of the control with MFC s CArchive-based serialization. The code is also rife with calls to the item navagation routines of CTreeCtrl, including GetNextSiblingItem(), GetPrevSiblingItem(), and GetParentItem().
Platform: | Size: 41984 | Author: 陈伟 | Hits:

[GUI DevelopTreeCtrl 与 ListCtrl 演示

Description: 一个树控件和列表空间的联合使用,界面美观-a tree Control List and the joint use of space, beautiful interface
Platform: | Size: 26624 | Author: 郑志 | Hits:

[Software Engineering肖天华数据结构大作业

Description: 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more documents-- View structure (with the consent of Xiao teachers). Development environment for the VC 6.0 SP6, compiled under other environmental tests done. When running the appearance As indicated above : Document window about to be divided in two parts. The left part of a tree using CTreeCtrl management controls, using the right part of the text box controls CEdit management. Open, or the generation of XML documents are text will be shown on the right side of the text editing window, after a certain analytic algorithm in the left window by XML documents described in the logical structure of the directory tree to display, and intuitive understanding.
Platform: | Size: 517120 | Author: long | Hits:

[GUI Developmfc_general_cmnctrl1

Description: MSDN提供的MFC通用控件类例程,包括TreeCtrl、工具栏控件、时间控件类等。-MSDN for MFC common control type routines, including TreeCtrl, toolbar controls, the time for such control.
Platform: | Size: 88064 | Author: markie | Hits:

[GUI DevelopMFC_Examples

Description: MFC控制項的範例,含有大量源码,包含: CDirTreeCtrl_demo-主机目录树 progress_in_status2_demo-进度表范例 StatusBar-列表区及进度列整合范例 win32controls-简易列表 Wizard-步骤函式 标准自定树 标准属性页范例 档案结构树及list栏位整合 简易Ftp程式范例一 简易Ftp程式范例二 简易浏览器范例 简易浏览器范例二 简易资料库范例-control, the MFC example, contains a lot of source code, includes : CDirTreeCtrl_demo-host tree progress_in_statu s2_demo-schedule model StatusBar-list out the progress and integration examples win32c ontrols- Summary List Wizard-abstraction steps to set the standards for tree-page standard attributes example files structure tree list digits and simple integration Ftp a simple programming paradigm programming paradigm Ftp two examples of simple browser Summary View for example two examples of simple database
Platform: | Size: 536576 | Author: 陈志贤 | Hits:

[TreeViewasdfghjk

Description: 在MFC中应用CTreeCtrl控件的技巧.rar-in MFC Application CTreeCtrl control skills. Rar
Platform: | Size: 20480 | Author: xyz | Hits:

[TreeViewMyTreeCtrl

Description: 用MFC实现了对树控件的操作,可以新增,修改,删除树控件的父节点和子节点,希望能对学习MFC树控件的人有所帮助!-MFC with a pair of tree controls, the operation can be added, modified, and deleted the tree control nodes and the father-node, The hope is to learn MFC tree control of some help!
Platform: | Size: 52224 | Author: 查剑鸣 | Hits:

[Windows Developmfc_tree

Description: 在MFC中应用CTreeCtrl控件的技巧 -in MFC Application CTreeCtrl control techniques
Platform: | Size: 20480 | Author: zzh | Hits:

[TreeViewCMultiTree

Description: 一个可以多选的树控件,扩展MFC标准的CTreeCtrl。-One can choose the tree control, expand the MFC standard CTreeCtrl.
Platform: | Size: 34816 | Author: chaochao | Hits:

[TreeViewTreeViewCtrl

Description: 树形视图控件的演示程序:在一个层次列表中显示数据,提供了一种实用简便 的方式来显示和管理数据列表.用到了MFC类:CTreeCtrl.-Tree View control demo program: in a list-level data, provides a practical and easy way to display and manage data list. Use the MFC Class: CTreeCtrl.
Platform: | Size: 35840 | Author: 沧海客 | Hits:

[TreeViewVividTree_demo

Description: vc-MFC- TreeView控件2 ,改进美化Ctreectrl,-vc-MFC-TreeView control 2, to improve the landscaping Ctreectrl,
Platform: | Size: 36864 | Author: guyan | Hits:

[TreeViewTreeCtrl

Description: 详细说明了MFC TREE控件的使用方法及技巧-Detailed description of the MFC TREE control the use of methods and techniques
Platform: | Size: 114688 | Author: totti | Hits:

[TreeViewtreectrl

Description: VC+++/MFC 一个tree控件类,带源码-VC+++/MFC a tree control class, with source code
Platform: | Size: 9216 | Author: Boris | Hits:

[Special EffectsPicMatch

Description: 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。 3、保存视图数据为图片文件,支持TIFF、PNG、JPEG、JPG、BMP、GIF格式保存。 4、TreeCtrl控件、ListCtrl控件的基本操作。 5、MFC单文档程序视图通讯、更换视图、视图分割。-This program of image features automatic extraction point, use Morevac, Forstner, Harris3 a classic operator. Based on the correlation coefficient method using the image matching, realization and introducing least squares adjustment, the matching point to improve precision. In the search process, the use of the image characteristics of nuclear line, 2d image search using the heuristic method of climbing. For large quantity of data using image processing image pyramid structure. 1, using film, read GDAL repository support JPEG, TIFF, PNG, GIF, BMP, JPG, read IMG format. Use GDI drawing. 2 and prevent large amount of data, drawing view pictures showed adopt double caching techniques. 3, save for the image file, views data support JPEG, TIFF, JPG, PNG, GIF, BMP format. 4 and TreeCtrl controls, the basic operation ListCtrl controls. 5 and MFC single document procedure view communication, replace view, view.
Platform: | Size: 3047424 | Author: 方毅 | Hits:

[GUI DevelopVC

Description: MFC中常用控件编程技巧,包括,Static,Buttom,Edit,ListBox,ListCtrl,TreeCtrl等控件的使用技巧,每个控件均有编写好的代码,可以直接运行体会-MFC programming techniques commonly used controls, including, Static, Buttom, Edit, ListBox, ListCtrl, TreeCtrl the use of techniques such as control, each control are writing good code, you can run directly experience
Platform: | Size: 2374656 | Author: dhx | Hits:

[ComboBoxTreeCtrl

Description: 基于vc6.0 环境的mfc工具进行下拉树控件的使用,最基本的程序-Mfc-based tools vc6.0 environment use the drop-down tree control, the basic procedure
Platform: | Size: 14882816 | Author: 汪巍 | Hits:

[TreeViewperfet-treectrl

Description: 这是我用MFC自己写的漂亮的树形控件-This is what I used to write beautiful MFC tree control. . .
Platform: | Size: 78848 | Author: 色粉 | Hits:

[TreeViewmfc_treeCtrl

Description: MFC上实现tree结构,并响应tree节点事件-MFC tree structure, and respond to the tree node event
Platform: | Size: 26624 | Author: zhou | Hits:

[Button control5

Description: mfc控件高级应用 外加教学视频 树形控件TreeCtrl-mfc control advanced applications plus instructional videos TreeControl TreeCtrl
Platform: | Size: 12630016 | Author: | Hits:
« 12 »

CodeBus www.codebus.net