How to add a thumbnail to a ListView subitems that will view in report format?
How to add a thumbnail to a ListView subitems that will view in report format?
Re: How to add a thumbnail to a ListView subitems that will view in report format?
When you add new subitem one of Item.Add method's optional arguments is [ReportIcon]
so try to specify that by simply providing the image key that you may have in associated ImageList control.
Re: How to add a thumbnail to a ListView subitems that will view in report format?
Ermm.. my image which show out everytime is depend on database..
how to accociated dynamic picture path to ImageList? and how to ad method's optional arguments is [ReportIcon]??
Re: How to add a thumbnail to a ListView subitems that will view in report format?
You would have to add image to imagelist first.