Click here to Skip to main content
15,867,918 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hiya


I want to get multiple selections from a list control and I guess store them in an array


I want to hightlight about three files in my list control, than hit a button, and they will be in a messagebox....

any ideas....
Posted
Comments
Jochen Arndt 13-Jul-13 8:33am    
Just use GetFirstSelectedItemPosition() and GetNextSelectedItem().

1 solution

use a flag which allows multiple selection in the rc-editor.

=> http://msdn.microsoft.com/de-de/library/z1dasx7t(v=vs.80).aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900