
Add icons to ListView control
This would be a major standards violation if implemented. Icons within the
ListView control should all be the same size. Usually 16x16 or 32x32.
Quote:
>I would like to stay away from the ImageList control because I want each
icon to
>appear at different sizes. The ImageList will restrict the sizing.
>> You can have background transparency with the ImageList. Use ICO files
and
>> it is automatic. Use BMP's and you will need to set the MaskColor
property.
>> >I need some help on adding icons to a Listview control without using the
>> >ImageList control. I would like my icons to have background
>> >tranparency, like the Microsoft Browser...
>> >Thanks in advance for the support,
>> > Travis Penglase.