10-08-2016, 07:43 AM
I have experienced that :
(1) If you do not need at all icons in column 0, then you have to change:
(2) If you need icons only in column 2, then you have to change to :
I would appreciate it if you could kindly confirm or advise respectively.
(1) If you do not need at all icons in column 0, then you have to change:
Quote:qmg3x=
<//-1>row 0,q,z
<//-1>row 1,w,x
(2) If you need icons only in column 2, then you have to change to :
Quote: if u.iSubItem=2 ;; Select column to show icon here
u.mask|LVIF_IMAGE
u.iImage=col2[u.iItem]
I would appreciate it if you could kindly confirm or advise respectively.
