background image for listview controls

Started by czerny, December 03, 2014, 09:56:26 AM

Previous topic - Next topic

czerny


czerny

#1

IBBkImg.pszImage = L"res://C:\\ListViewImg.exe/#2/#100";

works too! (2 is resource typ for bitmaps, 100 the resource id)

Of course you have to include such a resource and edit the path to test!

But

IBBkImg.pszImage = L"res://C:\\ListViewImg.exe/#3/#8001";
// or
IBBkImg.pszImage = L"res://C:\\ListViewImg.exe/#14/#8001";

is not working!

TimoVJL

Nice example.
And with .ulFlags = LVBKIF_SOURCE_NONE; someone can take picture off.
May the source be with you