易截截图软件、单文件、免安装、纯绿色、仅160KB

C# 请教树形控件

想让鼠标悬停在节点是显示节点文字
要求在每个子节点上都能实现
看看你用的tree控件是否自己有ToolTip?
如果没有就自己加了,mouseenter事件显示tip信息

jquery 有个treeview控件,样式很多,一定有你想要的,而且应用很方便的


引用
看看你用的tree控件是否自己有ToolTip?
如果没有就自己加了,mouseenter事件显示tip信息

同意

使用 toolTip 控件,在 treeView 的 NodeMouseHover 事件中处理。

toolTip1.Show(e.Node.Text, treeView1);



treeview控件 tooltip

引用
使用 toolTip 控件,在 treeView 的 NodeMouseHover 事件中处理。

toolTip1.Show(e.Node.Text, treeView1);



up

学习了。

引用
treeview控件 tooltip
同意

引用
引用 4 楼 dreamsnake 的回复:
使用 toolTip 控件,在 treeView 的 NodeMouseHover 事件中处理。

toolTip1.Show(e.Node.Text, treeView1);


up


up
up
up
up
up
up up
up
up
up
up
up up
up up
up
up
up

用treeview控件

引用
使用 toolTip 控件,在 treeView 的 NodeMouseHover 事件中处理。

toolTip1.Show(e.Node.Tex


相关问答:

C#调用 C DLL问题,懂的来抢分了

//C 接口
extern "C"
{
  TESSDLL_API int __cdecl GetTessText(const char *imagefile, char *text);  
}
//我在C#中声明
//调用C DLL 中的函数
[DllImport("OCRapi.dll&quo ......

C# DataSet导出xml 批处理(循环)得怎么处理

DataSet导出xml 批处理(循环)得怎么处理
XML文件
<A>
      <B>
        <C>
        </C>
  &nb ......

C#发邮件21cn

21cn的邮箱,在outlook配置后可以正常收发邮件,可是我写在C#中就不行,换成其它邮箱,163很早注册的。可以发送。查了很久,没有找到原因,请高手帮忙解答。。。小弟,谢了。。代码如下:
private void SendMail ......

c# winform窗体问题

我在form1中的某个方法让form2窗体出现
那么这个时候怎么关闭form1而不关闭form2呢?
Form2 f=new Form2();
f.Show();
this.Close();

引用
Form2 f=new Form2();
f.Show();
this.Close();
这样的话整个程 ......

截取WINfrom中HTML的标签!!! - .NET技术 / C#

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号