Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Grid control(QM_Grid) with icon in another column than first
#2
Code:
Copy      Help
function hlv row column imageIndex

LVITEMW lvi.mask=LVIF_IMAGE
lvi.iItem=row
lvi.iSubItem=column
lvi.iImage=imageIndex
SendMessage(hlv LVM_SETITEMW 0 &lvi)


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)