April 23, 2024, 10:34:29 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Tree View question

Started by h3kt0r, January 21, 2020, 01:39:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

h3kt0r

How to obtain such a result ?



This is a "TreeView" common control, as confirmed by "Winspy" :


Brian

Try this one for a start

Brian

h3kt0r

Ha ! This is a nice sample, thank you.
Now, i'm trying to understand how to remove the checkbox on top-level items while
keeping the checkboxes on sub-level items. I'm sure there's a trick to achieve this,
but nowhere to be found in the "Win32 Programmer's Reference"...

Brian

Try this one - had to modify it a little to include checkboxes

Brian

h3kt0r

Thank you for sharing these snippets. Saved to my "Code Archive" for further study.