I want to be able to make the font bold on particular items/subitems. If the VB6 controls supported the new header visual style, this would be a non-issue (is it possible to do this? Manifests already apply new styles to most other controls); but if push comes to shove, I chose having the new style header as more important, so currently use the 5.0 ListView, but I would like to make an honest effort at this.

I'm just looking for a pointer in the right direction. My ListView is already subclassed to handle various WM_NOTIFY and OCM_NOTIFY messages, and I know how to change the colors with the NMLVCUSTOMDRAW structure; I just don't know how to change the font face or other effects.