Add icons to ListView control 
Author Message
 Add icons to ListView control

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.



Thu, 23 Aug 2001 03:00:00 GMT  
 Add icons to ListView control
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.
Quote:

>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.



Thu, 23 Aug 2001 03:00:00 GMT  
 Add icons to ListView control
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.
Quote:

> 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.



Sat, 25 Aug 2001 03:00:00 GMT  
 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.



Sun, 26 Aug 2001 03:00:00 GMT  
 Add icons to ListView control
Oh NO! Quick, call the standards gestapo! ;)

-[p]-


Quote:
>This would be a major standards violation if implemented.  Icons within the
>ListView control should all be the same size.  Usually 16x16 or 32x32.


>>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.



Mon, 27 Aug 2001 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Add icons into Listview control

2. Adding icons to a Listview object

3. Adding icons to ListView boxes

4. Adding Icons to ListView

5. Adding Icons to ListView

6. Adding different icons to the ListView subitems

7. ListView - Editing a label as an icon is added

8. adding icons from dll to listview/imagelist

9. Block icons in a listview control

10. Icon pictures in listview control.

11. HOW TO: Set SubItem icons in report-style ListView controls

12. Listview control VB5: Icons

 

 
Powered by phpBB® Forum Software