473,399 Members | 4,254 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

tree view control in windows

13
hi,

i am working on a windows application in visual studio 2005. i am using a tree view control in one of the forms.this tree view has many nodes such as a,b,c.
now i want the nodes a,b,c to redirect to other forms in my application.how do i do this?how do i make my nodes as a link which will redirect to other pages.

Thanking in advance.
Jan 3 '08 #1
3 1212
kenobewan
4,871 Expert 4TB
Here is an article that may help:
IE control treeview with link node (C#)
Jan 3 '08 #2
anithaa
13
Here is an article that may help:
IE control treeview with link node (C#)

thank you for the link. but this one is for web applications.i am creating a windows application using c#.can u tell me for windows application as to how i should go about doing this?thanking in advance
Jan 3 '08 #3
CyberSoftHari
487 Expert 256MB
You can use property
Expand|Select|Wrap|Line Numbers
  1. private void treeView1_AfterSelect(object sender, TreeViewEventArgs e)
and to get any node use
Expand|Select|Wrap|Line Numbers
  1. e.Node
Note: Try your self and post your query.
Jan 3 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: WindAndWaves | last post by:
Hi Gurus Most of you will be aware of the use of a tree view type menu/control that is used in windows explorer, the windows start button, register editor, etc.... etc.... It allows you to...
3
by: Angapparaj K via .NET 247 | last post by:
Hi, Iam trying to create a custom tree view control in thich i needto display images for some of the nodes. The images need on theright side of the nodes. Is there any way to do this...
2
by: Samridhi Kumar Shukla | last post by:
Can anybody tell me how to use asp.net tree view web control
10
by: dwok | last post by:
Does anyone know of a good article that discusses creating a "Tree View" control in ASP.NET? Or perhaps a Tree View Control that comes with source code? I have come across a lot of tree controls...
1
by: kjon | last post by:
Hi, I'm doing a tree view which will show the file structure in an FTP server. How can I get the standard windows icons for folders and files and display them in the tree view control? Do I need...
0
by: =?Utf-8?B?ZGF2aWQ=?= | last post by:
Hi, I want to develop a web service client (windows form) that receives an XML file which describes a local file substructure rooted from a path. The client will use tree control generated by...
4
by: shinichi81 | last post by:
Could anyone help me? After updating icon for a drive, for example C drive by specifying icon file at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\DriveIcons\C\DefaultIcon,...
0
by: Muhammad Shabbir | last post by:
I faced problem similar to that of Loren Baker. I am developing a course timetable using Genetic Algorithm approach. I have cretaed a class named primitiveGA and instantiated an object of that...
1
by: =?Utf-8?B?UHJhZGVlcCBFYXJsYQ==?= | last post by:
Hi I am having one windows application on my local machine and I want to display the folders(shared folders) of remote machine in tree view control of my win application. I haved added me as...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.