|
-
August 18th, 1999, 10:32 PM
#1
Newbie: How to draw on top of a listview common control
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|