In VC++ hoe do you add controls to the tool box, coz i want to use the TreeView etc but i cant get to it ?
Printable View
In VC++ hoe do you add controls to the tool box, coz i want to use the TreeView etc but i cant get to it ?
The TreeView is one of the default items. You can also click the "Custom Control" icon (the little head).
Go to Project > Add To Project > Components and Controls and you can select a component from that list.