TreeCntrl and ListCntrl
-
Do anyone know the code for displaying the selected items and its child items of a treecntrl into a listcntrl?
Well
Tree
andList View
control have methods (if you're usingMFC
) or messages you can exploit (You're a developer, right?) :rolleyes:If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Well
Tree
andList View
control have methods (if you're usingMFC
) or messages you can exploit (You're a developer, right?) :rolleyes:If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Have a look at documentation, see, for instance, "using
CTreeCtrl
" [^] and "usingCListCtrl
" [^]. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]