Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i check wheather a paticlar item exists in a tree control or not.(scan through rootitems only).
Check out the following macros: TreeView_GetRoot TreeView_GetNextSibling Or if you're using MFC these methods: CTreeCtrl::GetRootItem CTreeCtrl::GetNextSiblingItem
TreeView_GetRoot
TreeView_GetNextSibling
CTreeCtrl::GetRootItem
CTreeCtrl::GetNextSiblingItem
Steve