ParkerJonathan 0 Posted May 25, 2018 Report Share Posted May 25, 2018 I want to get the string out of a specific cell of a tree control. Why is this so difficult? Quote Link to post Share on other sites
ShaunR 852 Posted May 25, 2018 Report Share Posted May 25, 2018 27 minutes ago, ParkerJonathan said: I want to get the string out of a specific cell of a tree control. Why is this so difficult? Difficult is a subjective term. I find anagrams difficult. Quote Link to post Share on other sites
jcarmody 206 Posted May 25, 2018 Report Share Posted May 25, 2018 5 hours ago, ShaunR said: I find anagrams difficult Infilict a diffusing drama. 1 Quote Link to post Share on other sites
Neil Pate 319 Posted May 25, 2018 Report Share Posted May 25, 2018 Because the native tree control API is terrible. Try something like this, it may make your life easier. Quote Link to post Share on other sites
smithd 152 Posted May 25, 2018 Report Share Posted May 25, 2018 Its not so bad, you just need to think of it as a hash table that gets displayed as a tree. I think people get into trouble when they try to think of the tree control as a tree. Quote Link to post Share on other sites
Antoine Chalons 87 Posted May 26, 2018 Report Share Posted May 26, 2018 I think the tree control is a powerfull tool, to be able to leverage this tool you need to spend a bit of time to understand how to use it. When I first used it I also though it was difficult, now I'd say it is a bit complex. I encourage you to invest some time to master it! One cool tool you can have a look to see the power of the Tree Control is Ton Plomp's variant probe available on the LAVA Code Repository Quote Link to post Share on other sites
ParkerJonathan 0 Posted May 29, 2018 Author Report Share Posted May 29, 2018 On 5/25/2018 at 9:15 PM, Neil Pate said: Because the native tree control API is terrible. Try something like this, it may make your life easier. Thanks! this helps me get a 1D array of values in the first column but how about the second? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.