Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenDialog ALLOWMULTISELECT
#16
of course. :oops: ..thanks so much!!!!!

Here is a "new function" based on that realization:

Function LB_GetSelectedItemsIndexArray
Code:
Copy      Help
;/
function hlb ARRAY(int)&selitems

;Gets integer array of selected items 0-based index in a multiple-selection listbox.


int i n=SendMessage(hlb LB_GETSELCOUNT 0 0)
if(n)
,selitems.create(n)
,SendMessage(hlb LB_GETSELITEMS n &selitems[0])


Thanks again, Stuart


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)