2
Answers

check/uncheck treeview in c# 4.0

Photo of cris evan

cris evan

14y
4.1k
1
When I check/uncheck a node in a TreeView, I want to see whether any of the parent nodes in the heirarchy are checkd.  I want to check/uncheck parent nodes accordingly.  I looked so many forums but no answer. 

If any of the parent node has a checked child node, I want to stop unchecking one level below this parent. Please help.

Cris Evan


Answers (2)

0
Photo of Ramesh Palanivel
NA 9.5k 138.6k 8y
Hi Santosh,
 
Try this links, It may help you!..
 
https://www.codeproject.com/Tips/607801/SimpleplusChatplusprogramplusinplusC
 
http://www.c-sharpcorner.com/UploadFile/97ec13/how-to-make-a-chat-application-in-C-Sharp/