Why didn't I think of that?  Works great - thanks!

Bill Richman - Lincoln, Nebraska
Tilter at windmills, maker of pies in the sky, & curmudgeon
email: b...@geektrap.com  web: www.geektrap.com




Fabien Bodard wrote:
> ok so for the hidden index value  :
>
> private aHiddenValue as new Integer[]
>
> public sub Form_load()
>
>   For i = 0 to 100
>
>    ComboBox.Add("value")
>    aHiddenValue.Add(iHiddenValue)
>
>   next
>
> end
>
> Public sub ComboBox_Click()
>
>   ivalue = aHiddenValue[combobox.index]
>
> end
>   

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to