Dec 2nd, 2004, 10:10 AM
#1
Thread Starter
Addicted Member
searching AND DISPLAYING IN combo box
COMBO1.STYLE = 0
IF INSTR(1, Names$(i%), combo1.text) > 0 Then
' Here i would like to display the list of names having text
with letter B As soon i type B the list should dropdown
with list of B
END IF
Dec 2nd, 2004, 01:57 PM
#2
PowerPoster
Are you looking to replace the values in the combo box with only those that start with "B"?, or just start move the cursor down the list to the B's?
Dec 2nd, 2004, 04:35 PM
#3
the combo will automatically jump to the selected character.
Dec 2nd, 2004, 05:17 PM
#4
Attached Files
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width