Print Page | Close Window

Listview background image

Printed From: Codejock Forums
Category: General
Forum Name: Visual Basic Code Snippets
Forum Description: Visual Basic Code Snippets
URL: http://forum.codejock.com/forum_posts.asp?TID=15165
Printed Date: 25 April 2024 at 2:29am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Listview background image
Posted By: ijwelch
Subject: Listview background image
Date Posted: 14 September 2009 at 8:00am
In response to post https://forum.codejock.com/forum_posts.asp?TID=15138 - https://forum.codejock.com/forum_posts.asp?TID=15138

Sample show how to add background image to Codejock Listview control. There's not too much code - just a few constants and declares and one small sub.



Alpha images are not working well due to the custom drawing done by Codejock. Also, it's not possible to subclass the WM_PAINT message and process it before Codejocks painting is done so all my efforts with alpha came to nothing.

Anyway, if you want background image and are either (A) satisfied to hard code the listview backcolor and fake alpha or (B) not use alpha images, then everything seems fine.

Tested working ok in Win98 and WinXP.

uploads/20090914_075743_ListView_Back_I.zip - 20090914_075743_ListView_Back_I.zip


-------------
ExtremeSuitePro 12.1.1
WinXP SP3



Replies:
Posted By: Kresha7
Date Posted: 17 September 2009 at 9:29am
Great Post thanks man that was what i was looking for i hope the CodeJock Stuff add a Image Propertie to Listview


Posted By: menegrete
Date Posted: 23 December 2010 at 1:21pm
Hello! great example!

I'm having only one issue here: I want the background not tiled and with the image at the lower right corner of the listview. This can be done with the offset parameters, but... when I scroll the listview, the image scrolls too!!!! Is there any way to avoid this?

Thanks in advance.
Martin



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net