Hi to all

How can I make a ComboBox readonly ?
Enabled = false and DropDownStyle = DropDwnList
are not solutions for me.

Thank you
Dan

Re: ReadOnly ComboBox by William

William
Thu Mar 04 01:43:51 CST 2004

What about trapping the KeyEvents and cancelling them...
"Dan" <dan@news.com> wrote in message
news:O$ZrxqbAEHA.2216@TK2MSFTNGP10.phx.gbl...
> Hi to all
>
> How can I make a ComboBox readonly ?
> Enabled = false and DropDownStyle = DropDwnList
> are not solutions for me.
>
> Thank you
> Dan
>
>



Re: ReadOnly ComboBox by Dan

Dan
Thu Mar 04 05:45:50 CST 2004

Thank you for your answer.
My problem is how to stop dropdown with mouse click if DropDownStyle =
DropDwnList
and Enabled = true ?

Dan

"William Ryan eMVP" <bill@NoSp4m.devbuzz.com> wrote in message
news:uILvqxbAEHA.2292@TK2MSFTNGP12.phx.gbl...
> What about trapping the KeyEvents and cancelling them...
> "Dan" <dan@news.com> wrote in message
> news:O$ZrxqbAEHA.2216@TK2MSFTNGP10.phx.gbl...
> > Hi to all
> >
> > How can I make a ComboBox readonly ?
> > Enabled = false and DropDownStyle = DropDwnList
> > are not solutions for me.
> >
> > Thank you
> > Dan
> >
> >
>
>



Re: ReadOnly ComboBox by Recherche

Recherche
Thu Mar 04 05:47:03 CST 2004

You have to script client side... (I think)
"Dan" <dan@news.com> a écrit dans le message de news:
#DNAV3dAEHA.916@TK2MSFTNGP10.phx.gbl...
> Thank you for your answer.
> My problem is how to stop dropdown with mouse click if DropDownStyle =
> DropDwnList
> and Enabled = true ?
>
> Dan
>
> "William Ryan eMVP" <bill@NoSp4m.devbuzz.com> wrote in message
> news:uILvqxbAEHA.2292@TK2MSFTNGP12.phx.gbl...
> > What about trapping the KeyEvents and cancelling them...
> > "Dan" <dan@news.com> wrote in message
> > news:O$ZrxqbAEHA.2216@TK2MSFTNGP10.phx.gbl...
> > > Hi to all
> > >
> > > How can I make a ComboBox readonly ?
> > > Enabled = false and DropDownStyle = DropDwnList
> > > are not solutions for me.
> > >
> > > Thank you
> > > Dan
> > >
> > >
> >
> >
>
>