Hello All,

Now that I've figured out how to use this forum...

I created a small test app - single document, doc-view. I then created a class using the class wizard that was derived from a CListView and swapped out the one the AppWizard put in my doc template for the one I just created. Then in the OnInitialUpdate, I put some appropriate code to create some columns and even add some item text to a field. I did all this after a call to GetListCtrl() of course. The problem is that after all this, when my view pops up on the screen, none of the stuff is showing up. It's just an empty window. How do I get the CListView to actually start working on the screen?

Thanks for any help in advance,
Curt