J
Joe Fallon
I need to save the contents of a listbox in a serializable object.
I not only need the values but the index positions as well.
For example, a listbox with 3 entries may look like this:
Index Value
0 x
1 y
2 z
What should I store these in? (An array, hashtable, etc)
What is the simplest way to move the values from the list box to the new
object?
Thanks!
I not only need the values but the index positions as well.
For example, a listbox with 3 entries may look like this:
Index Value
0 x
1 y
2 z
What should I store these in? (An array, hashtable, etc)
What is the simplest way to move the values from the list box to the new
object?
Thanks!