Listbox item Tag
I understand that I can attach a 4 byte tag to any item of a listbox using
the API calls LB_SETITEMDATA and LB_GETITEMDATA. This is of course sort of
useful for holding all sorts of neat information related to the individual
items in the listbox. My problem is that I'm having trouble getting it to
work with sendmessage… Can anyone give me a 2 or 3 liner showing how this
is done?
Thanks
Rob