Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I'm using C++ to build a tool which should make use of a Tree View, and that allow users to drag and drop nodes into it. However, I only see examples in the documents of tools using MAXScript to create a Tree.
Currently, I can add a TreeView into the resource file using:
CONTROL "", IDC_MY_TREE "SysTreeView32", WS_BORDER | WS_HSCROLL | WS_TABSTOP, 50, 110, 60, 50
Which will make it appear in the UI. Unfortunately I don't know what parameter types to use to register this in a Parameter Block, or enable drag-and-drop.
Is this method possible? Or is there a better alternative for including hierarchical lists in the dialog.
Thanks
Solved! Go to Solution.