260 pts.
0
Q:
VB_Combo_Like_VBA
Hi Experts

in VB 6.0

Please Tell me how I code for combo just like Access form
eg. In Access Form's Combo -- when we start type any letter then nearest matching data should be selected and auto also showing during typing in the combo box

Question : Please give any idea for VB 6.0 Combo --- so when the typing start the comobo should be opened and nearest matched data should be selected if desired data partially selected user can press enter, the selected data should be entered in combo box


with thanks

Anand
ASKED: Nov 21 2008  6:29 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
29350 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
I think the nearest thing to what you want could be to use the combo box as a "Dropdown list" (instead of Dropdown combo).
But this way the user can only select elements already in the list.

This property is called "Style" and is part of the Appearance cathegory.

But there is another option (which I think will do what you want), and that is to use another control.

There is one called "Solar Winds Auto Completion ComboBox", or AutoCombo.

I currently have this component on my machine, but to be honest, I don't remember how I got it. Maybe a google search could help to get it.
Last Answered: Nov 21 2008  2:53 PM GMT by Carlosdl   29350 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0