I have a listbox with LB_MULTIPLESEL enabled, so one can select
more than 1 item at the time.
Does anybody have some example sourcecode of reading the pointers
to the listbox items that are selected? I think it is done by sending
the %LB_GETSELITEMS message. It sends back an array of pointers, but
it's not clear to me how to store and process this array...
Kind regards
Eddy
------------------
[email protected]
more than 1 item at the time.
Does anybody have some example sourcecode of reading the pointers
to the listbox items that are selected? I think it is done by sending
the %LB_GETSELITEMS message. It sends back an array of pointers, but
it's not clear to me how to store and process this array...
Kind regards
Eddy
------------------
[email protected]
Comment