Re: deriving from CListCtrl
- From: "AliR \(VC++ MVP\)" <AliR@xxxxxxxxxxxxx>
- Date: Tue, 15 May 2007 20:11:02 GMT
See if this article will help you out.
http://www.codeproject.com/listctrl/headerctrlex.asp
AliR.
Looks like i missed it but m_HeaderCtrl is the variable for a derived
class
called CHeaderCtrlEX class which is derived from CHeaderCtrl base class.
The whole purpose of the CHeaderCtrlEX Class is the get control of the
header of the column in the list control so it can be made into a multi
line
column header. The reason it is derived is because it has to override
the
DrawItem Function.
.
- References:
- Re: deriving from CListCtrl
- From: AliR \(VC++ MVP\)
- Re: deriving from CListCtrl
- From: AliR \(VC++ MVP\)
- Re: deriving from CListCtrl
- Prev by Date: Re: deriving from CListCtrl
- Next by Date: Re: Simple drawing application fails
- Previous by thread: Re: deriving from CListCtrl
- Next by thread: Re: deriving from CListCtrl
- Index(es):