Hi,

yes, it's pretty straightforward, just use ListBox[Index].Selected (just 
to get their texts not the whole object in this example):

   DIM i AS Integer

   FOR i = 0 TO ListBox1.Count - 1
     IF ListBox1[i].Selected THEN
       PRINT ListBox1[i].Text
     ENDIF
   NEXT

regards,
tobi

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to