Manifest and Clistctrl
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have a ClistCtrl derived class which is ownerdrawn and virtual. I have been using it quit some time now without any problems. But when I tried to use this class in a application with manifest included, the darn thing doesn't work proper. I'm having a lot of paint problems. Every mousemove over an item causes this item to be redraw. Does anyone have an idea what is causing these problems.