Hi Nick, Thank U very much for the reply. Ur mail was brief but informative. Thanks, Jayanand.
J
Jayanand
@Jayanand
Posts
-
A Question on CTreeCtrl -
A Question on CTreeCtrlHi I am beginner in VC++. I have got a CTreeCtrl in my application from which I want to delete HTREEITEMs upon press of delete key. First I proceed to delete the related data structure for the HTREEITEM selected. Then I proceed to delete the HTREEITEM using the DeleteItem(HTREEITEM) method. If the HTREEITEM to be deleted is a folder with numerous sub items with in it, do i need to delete all sub items individually before deleting the parent HTREEITEM ? OR could i directly delete the parent HTREEITEM ? Please help me out on this. Thank You, Jayanand.