/* Does not appear to work */
hParent = m_objTreeSelected.GetParentItem(hTreeItem);
iDebug = m_objTreeSelected.Expand(hParent, TVE_EXPAND);
strDebug = m_objTreeSelected.GetItemText(hTreeItem);
iDebug = m_objTreeSelected.EnsureVisible(hTreeItem);
Any suggestions on how to truly ensure a tree item will be visible would be
appreciated.
Thanks,
Michael Fox
"Michael Fox" <mf...@aeromet.com> wrote in message
news:OsFpwA$3BHA.1364@tkmsftngp05...