How could I combine the features of combo box and list box 
Author Message
 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.


Mon, 23 Jul 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. dialog box with list box or combo box

2. Limiting Access to Text Boxes, List Boxes and Combo Boxes

3. How to list macro names in a combo box or a list box

4. Combo box spawning list box

5. Examples of OwnerDrawn for Combo Box / List Box / Menu / Toolbars

6. List Box and Combo box

7. adding to a combo box or list box

8. pls help : COMBO box or list box

9. Updating list boxes and combo boxes

10. HELP! ADO bound list box and combo box

11. List box and Combo box

12. Combo Box or List Box

 

 
Powered by phpBB® Forum Software