Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am developing an application based on treeview but stuck at a point. I want to add some controls to the treeview such as textbox and picturebox where the nodes are displayed. But i don't know how to replace tree nodes with (textbox and picturebox).
Can somebody help me here?

Thanks in advance.

see this link for a detail look

https://www.dropbox.com/s/nnqoi9heb7vzpk0/Newimg.png
Posted
Updated 22-Feb-14 7:35am
v3

1 solution

See this[^] CodeProject article for a starting point on how to do this. This example demonstrates how to add a ComboBox to a node, which you can extend to other types of controls.

/ravi
 
Share this answer
 
Comments
agent_kruger 22-Feb-14 22:23pm    
sir, i tried these type of links and got one thing in common the below error https://www.dropbox.com/s/k8umn4qq8x3ecuw/newimg2.png
Ravi Bhavnani 23-Feb-14 0:14am    
Please post your question in the article's forum so that the author is able to respond. You could also directly email Matt by clicking the "Email" link in any of his replies or just visit http://www.codeproject.com/Messages/2252741/Re-Nice.aspx.

/ravi
agent_kruger 23-Feb-14 4:42am    
sir, but i thought article form is just used for known successful code not for questions.Right?
Ravi Bhavnani 23-Feb-14 18:07pm    
I assumed you had a question about the article I pointed you to. If so, please post your question there.

/ravi

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900