Hello,

Within a loop which adds data into a list-ctrl; I've used
UpdateWinodw function (after m_listctrl.Invalidate() function) to avoid
having a fuzy view.
The m_listctrl belong to a class called "XCtrlList". The recent class
(XCtrlList) is derived from
"public CListCtrl , virtual public VCControlBase". The question is how can I
type cast m_listctrl ? since compiler complaining "m_listctrl is not a
memeber of XCtrlList"

Thanks in advance

Re: type case question! by JSmith

JSmith
Fri Oct 01 12:43:52 CDT 2004

solved thanks anyway


"JSmith" <jsmithmitra@yahoo.com> wrote in message
news:OoQJkezpEHA.1296@TK2MSFTNGP12.phx.gbl...
> Hello,
>
> Within a loop which adds data into a list-ctrl; I've used
> UpdateWinodw function (after m_listctrl.Invalidate() function) to avoid
> having a fuzy view.
> The m_listctrl belong to a class called "XCtrlList". The recent class
> (XCtrlList) is derived from
> "public CListCtrl , virtual public VCControlBase". The question is how can
I
> type cast m_listctrl ? since compiler complaining "m_listctrl is not a
> memeber of XCtrlList"
>
> Thanks in advance
>
>