Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Execute the selected item in turn
#16
Still not working

I found the following separate code,


Function LB_GetSelectedItemsIndexArray
Code:
Copy      Help
[size=large];/ http://www.quickmacros.com/forum/showthread.php?tid=408&pid=17235#pid17235
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])[/size]


Attached Files Image(s)
   


Messages In This Thread
Execute the selected item in turn - by win - 04-15-2019, 10:46 PM
RE: Execute the selected item in turn - by win - 04-17-2019, 01:19 AM
RE: Execute the selected item in turn - by win - 04-17-2019, 12:13 PM
RE: Execute the selected item in turn - by Kevin - 04-18-2019, 11:53 PM
RE: Execute the selected item in turn - by win - 04-19-2019, 12:08 AM
RE: Execute the selected item in turn - by Kevin - 04-19-2019, 12:36 AM
RE: Execute the selected item in turn - by win - 04-19-2019, 01:15 AM
RE: Execute the selected item in turn - by Kevin - 04-19-2019, 02:24 AM
RE: Execute the selected item in turn - by win - 04-19-2019, 02:39 AM
RE: Execute the selected item in turn - by Kevin - 04-19-2019, 02:40 AM
RE: Execute the selected item in turn - by win - 04-19-2019, 02:43 AM
RE: Execute the selected item in turn - by win - 04-19-2019, 11:04 PM
RE: Execute the selected item in turn - by Kevin - 04-20-2019, 12:32 AM
RE: Execute the selected item in turn - by win - 04-20-2019, 01:00 AM
RE: Execute the selected item in turn - by Kevin - 04-20-2019, 02:02 AM
RE: Execute the selected item in turn - by win - 04-20-2019, 02:44 AM
RE: Execute the selected item in turn - by win - 04-23-2019, 01:47 AM
RE: Execute the selected item in turn - by win - 04-27-2019, 04:15 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)