I have a requirement to combine the functionality of a combo box and a
list box. Neither appears to quite fill the gap.
Here's the problem:
I need to present a list from which items can be selected for deletion
or new items inserted. The list can be very long and the items will only
differ slightly in the last characters. As a result, it is also
necessary to be able to type the value of an item and hence select that
item in the list. So far so good. All of this can be provided by a combo
box set to simple style.
The difficulties begin with the additional requirement to select
multiple items in the list. This does not appear to be possible with a
combo box. (Please tell me I'm wrong!!)
My initial thought was that this could be overcome using a listbox and
an edit box to simulate a combo box, though with the additional ability
for multiple selections provided by the list box.
Sadly, this did not work as setting the ListIndex property does not seem
to give the appropriate result when Setting MultiSelect to anything
other than None.
I'm at a dead end. Any thoughts would be very, very welcome.
BTW I'm using 16bit VB4.
Thanks in anticipation...
--
Allyn J. Carter, | Hey Joe,
Birmingham, | Where you going with that dogma in your head?
UK. | You can prove your point,
| But your kids will still be dead.
| - Roger Waters
_______________________________________________________________________________