PDA

View Full Version : Tree Dialog Box


NomDePlume
02-09-2007, 01:43 AM
I'm not a windows programmer, but I've started using some of the dialog
box stuff for tools, I don't know MFC ( and haven't got the time to get into it ), I want to use a Tree Dialog box to display and select a hierarchy. In
Visual Studio I add a 'Tree Control' to a dialog box, but can't seem to access it - I pick up buttons pressed, sliders, etc. in the appropriate message handler, but I don't know how to access the 'Tree Control' which
I have just created.... any help appreciated....

Nautilus
02-09-2007, 02:38 AM
Look into the MSDN online.
There's all the documentation and details you need.
Search for: common controls.

Ciao ciao : )