S
Stefan Richter
I would like to fill a Selectbox dynamically.
I am taking all values from a db, and fill them into a selectbox.
I guess the best way was to use some kind of a dynamical array, where you
don't have to say how many
elements it will contain.
In Java there exists special containers to achieve that, but what about VB?
I thought about somethign like that:
select year from db
while dynamischesArray.AddNewValue(nextResult)
How to get this done as easy and good as possible?
Thanks,
Stefan
I am taking all values from a db, and fill them into a selectbox.
I guess the best way was to use some kind of a dynamical array, where you
don't have to say how many
elements it will contain.
In Java there exists special containers to achieve that, but what about VB?
I thought about somethign like that:
select year from db
while dynamischesArray.AddNewValue(nextResult)
How to get this done as easy and good as possible?
Thanks,
Stefan