Results 1 to 4 of 4

Thread: searching AND DISPLAYING IN combo box

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2002
    Posts
    157

    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

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951
    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?

  3. #3
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901
    the combo will automatically jump to the selected character.

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width