Hi,
I need to get the displayed Text of a selected TreeViewItem:
I got the handle of a TreeViewItem:
->that works!
but how can I get the pszText (of the Item) now?
-Uwe
------------------
I need to get the displayed Text of a selected TreeViewItem:
I got the handle of a TreeViewItem:
Code:
'get handle of the selected item hItem&=TreeView_GetSelection(hTreeView&)
but how can I get the pszText (of the Item) now?
-Uwe
------------------
Comment