I've been trying to subclass ListView, but with no luck. I've found very poor documentation on it, and examples that didn't do what I wanted. What I wanted is to intercept the message that is sent to draw text in a cell (Report view). Similiar to when WM_DRAWITEM is sent for a menu. I tried WM_NOTIFY, but that seemed pretty hopeless..as did WM_DRAWITEM. Any advice?