-
一个树形控件,和MFC的树形控件功能相同,但是可以隐藏节点,采用了四个指针,插入和删除算法没用递归,比较新颖
一个树形控件,和MFC的树形控件功能相同,但是可以隐藏节点,采用了四个指针,插入和删除算法没用递归,比较新颖-a tree controls, and MFC tree controls function the same, but hidden nodes can use the four indicators, insert and delete useless recursive algorithm, the novelty
- 2023-02-01 20:05:03下载
- 积分:1
-
把应用程序的图标放在任务栏的右侧,是一个控件源代码
把应用程序的图标放在任务栏的右侧,是一个控件源代码-put the application icon on the right side of the task bar is a source code control
- 2023-06-05 17:55:02下载
- 积分:1
-
加载系统收藏夹内容到菜单,再使用treeview控件加载菜单项内容。...
加载系统收藏夹内容到菜单,再使用treeview控件加载菜单项内容。-loading system as favorites to the menu, then use treeview control loading menu items.
- 2022-01-22 16:23:05下载
- 积分:1
-
给定树节点数据查树深度.
对树算法进行简单的剖析
给定树节点数据查树深度.
对树算法进行简单的剖析-A given tree node data on the depth of search tree. For a simple tree algorithm analysis
- 2022-05-22 06:36:40下载
- 积分:1
-
关于微机的实验报告,关于8251,8253,8255,8259的的设计
关于微机的实验报告,关于8251,8253,8255,8259的的设计-experiments on the computer, report on the design of 8251,8253,8255,8259
- 2022-03-13 00:45:43下载
- 积分:1
-
一个简单了用MFC做的树状控件,希望有帮助
一个简单了用MFC做的树状控件,希望有帮助-A simple to do with MFC tree control, hope that has helped
- 2023-03-06 20:15:03下载
- 积分:1
-
使用TreeView实现资源管理器的界面,在vc++6.0中测试通过
使用TreeView实现资源管理器的界面,在vc++6.0中测试通过-use TreeView resources manager interface, vc 6.0 in the test
- 2022-07-25 21:09:57下载
- 积分:1
-
很好的TreeView测试程序
很好的TreeView测试程序-good test procedure TreeView
- 2022-05-24 22:34:03下载
- 积分:1
-
类似于internet explorer optios里面高级 选项的Treeview select 控件
类似于internet explorer optios里面高级 选项的Treeview select 控件-similar to the internet explorer optios senior inside select options Treeview control
- 2022-05-07 15:59:28下载
- 积分:1
-
Set rptCol = .Columns.Add(conColumn_cent , "Ecirc frac34 ", 50, True)...
Set rptCol = .Columns.Add(conColumn_±ê×¢ , "±ÃÊ ¾ ", 50, True)
rptCol.Editable = False
rptCol.Groupable = False
.SetImageList Me.imgList
.AllowColumnRemove = False
.MultipleSelection = False
.ShowItemsInGroups = False
With .PaintManager
.ColumnStyle = xtpColumnFlat
.GridLineColor = RGB(225, 225, 225)
.NoGroupByText = "Í Ï ¶ ¯ Á Ð Â±ÃªÌ â µ ½ Õ â À ï ,°´ ¸ à Á Ð ãƒ»Ö Ã—Ã©..."
.NoItemsText = "Ã » Ó Ð ¿ É Ï Ô Ê ¾ µ Ä Ï î Ä ¿ ..."
.VerticalGridStyle = xtpGridSolid
End With- Set rptCol = .Columns.Add(conColumn_cent , "Ecirc frac34 ", 50, True) rptCol.Editable = False rptCol.Groupable = False .SetImageList Me.imgList .AllowColumnRemove = False .MultipleSelection = False .ShowItemsInGroups = False With .PaintManager .ColumnStyle = xtpColumnFlat
- 2022-10-28 13:30:03下载
- 积分:1