_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 ) ;

