Thread
:
Need help in Treeview
View Single Post
#
2
(
permalink
)
12-27-2008, 9:26 AM
JohnH
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,329
Reputation:
1315
Here is help online, you should also have it in local help:
TreeView Class (System.Windows.Forms)
You can use the default AfterSelect event (doubleclick the control), where you get the node info from e.Node.
__________________
Some useful links:
Learning videoes
,
Code Samples
,
WMI Code Creator
,
MSDN
,
The Code Project
,
WindowsClient.net
,
ASP.net
,
W3 Schools
,
Regular-Expressions.info
,
GDI+ FAQ
How to format posts
with code blocks etc - present the problem/post properly
JohnH
View Public Profile
Send a private message to JohnH
Find all posts by JohnH