S
Steve Le Monnier
I have a textbox with a lookup button facility. What I would like to do is also offer a quick selection facility by having a dropdown list appear under the control once the user has typed a single character. The same kind of functionality that you see on website textboxes these days.
I don't want to use a combo, but I do like the fact that the dropdown list from a combo is highlighted by moving the mouse. Is it possible to make a standard listbox behave like this.
I did try the hover select of a listview control, but it was nasty.
Many thanks
Steve Le Monnier
I don't want to use a combo, but I do like the fact that the dropdown list from a combo is highlighted by moving the mouse. Is it possible to make a standard listbox behave like this.
I did try the hover select of a listview control, but it was nasty.
Many thanks
Steve Le Monnier