Hi, Martin.
I did not manage to find how to get the treelist selection. I am trying to get the clicked item on NM_DBLCLK notification.
- HTREEITEM hSelectedItem = TreeView_GetSelection(lpNmHdr->hwndFrom);
- int iPos = ListView_GetNextItem(lpNmHdr->hwndFrom, -1, LVNI_SELECTED | LVNI_FOCUSED);
But both methods don't work. Would you help a bit?
Kind Regards,
Diyan.