由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Windows Forms的TreeView两问
相关主题
c#里面那个treenode的创建问题ASP.NET -- help
[转载] treeview in Internet Explore Web ControlC# problems
问个c# treeview的问题a question about windows control
新手提问 怎么连接vb.net 和access数据库Debug.Assert in ASP.NET?
how to setup which form runs first in VB为什么web server自动改我的form action
How to show 3D image on forms in VC.netThe "automatically log me in" option
再问Windows Form.Net 2.0 Window Form Property.Settings 问题
about preventing history back in ASP.NETFree Video Training: ASP.NET MVC 3 Features
相关话题的讨论汇总
话题: forms话题: windows话题: treeview话题: treenode话题: 两问
进入DotNet版参与讨论
1 (共1页)
r****y
发帖数: 26819
1
如何区分以下两种不同Action:
(1)鼠标点击TreeNode的Text文字
(2)鼠标点击TreeNode之前的+或者-
如何用Windows Forms的TreeView做成Directory Tree,使得expand和collapse时,
TreeNode显示不同image?
谢谢!
d*r
发帖数: 238
2
Before/AfterSelect
Before/AfterExpand/Collapse

【在 r****y 的大作中提到】
: 如何区分以下两种不同Action:
: (1)鼠标点击TreeNode的Text文字
: (2)鼠标点击TreeNode之前的+或者-
: 如何用Windows Forms的TreeView做成Directory Tree,使得expand和collapse时,
: TreeNode显示不同image?
: 谢谢!

r****y
发帖数: 26819
3
第二个问题,只用BeforeExpand/Collapse, 我做出来了。
第一个问题,我还是没找到答案。

【在 d*r 的大作中提到】
: Before/AfterSelect
: Before/AfterExpand/Collapse

w**w
发帖数: 5391
4
did dor say afterselect?

【在 r****y 的大作中提到】
: 第二个问题,只用BeforeExpand/Collapse, 我做出来了。
: 第一个问题,我还是没找到答案。

r****y
发帖数: 26819
5
谢谢。知道原因了,因为我先按照自己程序里的逻辑,用MouseDown让鼠标点击sign则
Select,所以就没法辨出两个点击的区别了。现在明白了。

【在 w**w 的大作中提到】
: did dor say afterselect?
1 (共1页)
进入DotNet版参与讨论
相关主题
Free Video Training: ASP.NET MVC 3 Featureshow to setup which form runs first in VB
请教这样的小系统怎么做How to show 3D image on forms in VC.net
asp.net的webform和MVC有什么不同再问Windows Form
Which is the best tech for Windows Forms Devlepment?about preventing history back in ASP.NET
c#里面那个treenode的创建问题ASP.NET -- help
[转载] treeview in Internet Explore Web ControlC# problems
问个c# treeview的问题a question about windows control
新手提问 怎么连接vb.net 和access数据库Debug.Assert in ASP.NET?
相关话题的讨论汇总
话题: forms话题: windows话题: treeview话题: treenode话题: 两问