Home All Groups Group Topic Archive Search About
Author
24 Sep 2006 4:07 PM
Miro
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

Author
24 Sep 2006 4:59 PM
Cor Ligthert [MVP]
Miro,

This is quiet standard, set the behaviour to dropdownlist

Cor

Show quoteHide quote
"Miro" <miron***@golden.net> schreef in bericht
news:%23vExFN$3GHA.3344@TK2MSFTNGP05.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
>
Author
24 Sep 2006 5:36 PM
Miro
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



Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:%23kkvTq$3GHA.1060@TK2MSFTNGP04.phx.gbl...
> Miro,
>
> This is quiet standard, set the behaviour to dropdownlist
>
> Cor
>
> "Miro" <miron***@golden.net> schreef in bericht
> news:%23vExFN$3GHA.3344@TK2MSFTNGP05.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
>>
>
>
Author
24 Sep 2006 5:02 PM
rowe_newsgroups
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:
Show quoteHide quote
> 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