ComboBox

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Miro

    #1

    ComboBox

    Other than creating a textbox with enabled = false
    and a combobox button dropdownbeside it,

    is there any way of making a combobox that has items that can be selected
    from it, but ONLY selected. The user cannot type anything into the combo
    box at all?

    Thanks,

    Miro


  • Cor Ligthert [MVP]

    #2
    Re: ComboBox

    Miro,

    This is quiet standard, set the behaviour to dropdownlist

    Cor

    "Miro" <mironagy@golde n.netschreef in bericht
    news:%23vExFN$3 GHA.3344@TK2MSF TNGP05.phx.gbl. ..
    Other than creating a textbox with enabled = false
    and a combobox button dropdownbeside it,
    >
    is there any way of making a combobox that has items that can be selected
    from it, but ONLY selected. The user cannot type anything into the combo
    box at all?
    >
    Thanks,
    >
    Miro
    >

    Comment

    • rowe_newsgroups

      #3
      Re: ComboBox

      So setting the DropDownStyle to DropDownList won't work? Then typing on
      jumps to the first letter of the items.

      Thanks,

      Seth Rowe

      Miro wrote:
      Other than creating a textbox with enabled = false
      and a combobox button dropdownbeside it,
      >
      is there any way of making a combobox that has items that can be selected
      from it, but ONLY selected. The user cannot type anything into the combo
      box at all?
      >
      Thanks,
      >
      Miro

      Comment

      • Miro

        #4
        Re: ComboBox - Solved

        Thank you Cor,

        I could have sworn I went through the dropdownstyle property setting it to
        every value.
        Ill delete my make-shift solution... as i re-invented the wheel, but wanted
        to "continue on"

        Thanks again,

        Miro
        -vbdummy



        "Cor Ligthert [MVP]" <notmyfirstname @planet.nlwrote in message
        news:%23kkvTq$3 GHA.1060@TK2MSF TNGP04.phx.gbl. ..
        Miro,
        >
        This is quiet standard, set the behaviour to dropdownlist
        >
        Cor
        >
        "Miro" <mironagy@golde n.netschreef in bericht
        news:%23vExFN$3 GHA.3344@TK2MSF TNGP05.phx.gbl. ..
        >Other than creating a textbox with enabled = false
        >and a combobox button dropdownbeside it,
        >>
        >is there any way of making a combobox that has items that can be selected
        >from it, but ONLY selected. The user cannot type anything into the combo
        >box at all?
        >>
        >Thanks,
        >>
        >Miro
        >>
        >
        >

        Comment

        Working...