Hi all,

I'm trying to figure out how I can draw "on top of" a listview common control. Roughly speaking I want to draw an edge around an icon when the mouse is over it.

I figure to create two windows, one a plain child, the other the listview. When creating the listview I set it's parent to be the plain child window.

Doing this "kinda" works - once I request an "UpdateWindow()" on the listview then it appears centered withing my plain child window. Without the update all I get is a filled background. Unfortunatly when I now handle a paint for the plain window the items I draw are being "clipped" by the listview.

Any help would be appreciated.

Rob MacFadyen