This sample shows how to implement coloured listview headers using subclassing and custom-draw techniques. (Originally posted July 27, 1999.)
ListView Coloured Headers Example
Published 10/13/2003
This sample shows how to implement coloured listview headers using subclassing and custom-draw techniques. (Originally posted July 27, 1999.)
This code sample shows how to create a listbox in VB5/6 which is subclassed to have non-selectable/grayed out items. (Originally posted July 12, 1999.)