hi to all
Let's say I have a multi-select listbox (lstChoices) where I make a set of selections. What code can I use to set the focus on the 'top' selection (the one with the lowest listindex)? I can do this by choosing the top selection last, but I'd like code to focus on the top item automatically. (Actually, I need to be able to walk through all the selected items from top to bottom, regardless of the order in which they were selected)
much thanks, Vicky
Let's say I have a multi-select listbox (lstChoices) where I make a set of selections. What code can I use to set the focus on the 'top' selection (the one with the lowest listindex)? I can do this by choosing the top selection last, but I'd like code to focus on the top item automatically. (Actually, I need to be able to walk through all the selected items from top to bottom, regardless of the order in which they were selected)
much thanks, Vicky