i want to add the check box to the child node of a certain parent node in the tree view in my application...How should i add it?
You can't show checkboxes only for some TreeNodes - only for all of them or none at all. To enable the checkboxes for your tree set the CheckBoxes property to true.
TreeNode
true