T
Tom Thompson
All;
I have two questions regarding list boxes.
1) A user selects multiple items in a list box, them clicks a command
button that performs some action and the items in the list box stay
selected, how can I programmatically deselect the items in the list box
without removing them??
2) How do I extract data from a list box?? I am able to get the listindex
of a selected item in a listbox, however what I want to do is add each item
in the listbox to an array. I can't seem to get the actual data out of the
listbox.
... suggestions ???
Thanks!
I have two questions regarding list boxes.
1) A user selects multiple items in a list box, them clicks a command
button that performs some action and the items in the list box stay
selected, how can I programmatically deselect the items in the list box
without removing them??
2) How do I extract data from a list box?? I am able to get the listindex
of a selected item in a listbox, however what I want to do is add each item
in the listbox to an array. I can't seem to get the actual data out of the
listbox.
... suggestions ???
Thanks!