I'm having a problem getting a WM_TIMER message to work with a CListView object. If I derive my object from a CView all is fine. As soon as I switch over to the CListView, the timer hits the first couple of times, then never again. The odd thing is that if I just click my mouse in one of the cells in the CListView's ListViewCtrl, then a WM_TIMER comes in.

Any ideas?

Thanks,
Curt