
How could I combine the features of combo box and list box
Quote:
> > Platform VB 6.0
> > I like combo box feature that let me to use drop down list, also like the list
> > box feature that let me to choose only items in the list, not type in
> > anything. How could I combine them together?
> > I also like the feature in the VB index help, that user types in first
> > serveral characters, the list will jump to the first match.
Use CB_FindString with Sendmessage (and listbox.index = ...) to simulate
this.