Hi,
I've an application whose view is derived from CView. I would like to convert it to CListView. Is it enough if I replace all occurrences of CView with CListView ? If no, what else should I do ?

Thanks in advance.

mc