.NET
treectrl.txt
Associated article: Customizing Common Controls
Tags: .NET
Published source code accompanying the article by Jason Clark in which he describes how you can customize common controls, using a customized tree-view control as an example. Also see TREECTRL.ZIP.
_Customizing Common Controls_ by Jason Clark Example 1: CreateWindow( "button","", WS_CHILD | WS_VISIBLE | WS_OWNERDRAW, 0, 0, 100, 16, hwndParent, IDC_ODBUTTON, hInst, NULL ) ;


