[Gambas-user] List Box Synchronicity

Bodard Fabien gambasfr at ...11...
Wed Aug 18 19:09:44 CEST 2004


Le mercredi 18 Août 2004 17:50, Michael Sullivan a écrit :
> I have three list boxes on my form.  I want the user to be able to
> select something in the first list box and the exact same position in
> the other two list boxes would be selected.  How do I do this?
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user

Hi

try
ListBox2.Index = listbox1.index
ListBox3.Index = listbox1.index


Fabien Bodard




More information about the User mailing list