Hi, I agree,

if I had a set of Listboxes, where each stores one option, the options
wan't be changeable, and all you have to do is to store the index of
each listbox. Where to store - what one likes, settings are surely ok.

regards
Dag



Am Montag, den 08.02.2010, 00:44 -0800 schrieb charlesg:
> Hi
> 
> I read the question differently from Werner (probably incorrectly!)
> 
> I think you want:
> 
> PUBLIC SUB Form_Open()
>   DIM j AS Integer
>   
>   FOR j = 40 TO 50
>     ListBox1.Add(Str(j) & "   " & Chr(j), j)
>   NEXT 
>   ListBox1[5].selected = TRUE
>   
> END



------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to