المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : CTreeCtrl - Get the number of the selected item



C++ Programming
04-29-2009, 11:10 PM
Hi,

I have a CTreeCtrl in an application. When I click on an item, I want to do a particuliar action. To do that, I have to know the number of the item in the tree: first, second, third an so on.

How can I retreive that information ?

Thanks,

Claude