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