02-28-2007, 12:45 PM
I have a peculiar problem....
(1) Scenario 1 : Created ListView Item as follows -
LVITEM lvi.mask=LVIF_TEXT|LVIF_IMAGE
Problem: Since I am not using the LVIF_PARAM flag...custom draw is of no use.
(2) Scenario 2 : Created ListView Item as follows -
LVITEM lvi.mask=LVIF_TEXT|LVIF_IMAGE|LVIF_PARAM
Problem: Icons are shown ONLY in 1st column and not in the second (attachment icon)
Please advice.
(1) Scenario 1 : Created ListView Item as follows -
LVITEM lvi.mask=LVIF_TEXT|LVIF_IMAGE
Problem: Since I am not using the LVIF_PARAM flag...custom draw is of no use.
(2) Scenario 2 : Created ListView Item as follows -
LVITEM lvi.mask=LVIF_TEXT|LVIF_IMAGE|LVIF_PARAM
Problem: Icons are shown ONLY in 1st column and not in the second (attachment icon)
Please advice.