Home All Groups Group Topic Archive Search About

Click in VB the Combobox

Author
16 Jan 2006 5:28 PM
S Shulman
Hi

Does anyone know how to click a combobox control in VB so the entire list
will be shown?

Thank you,
Shmuel Shulman

Author
16 Jan 2006 5:32 PM
Jay Taplin
I may be misunderstanding your question, but if you want to show the
contents of the dropdown, here it is:

cbo.DroppedDown = True

Jay Taplin, MCP
Author
16 Jan 2006 5:54 PM
S Shulman
Thank you, I expected a method not a property

Shmuel


Show quoteHide quote
"Jay Taplin" <jtap***@integraware.com> wrote in message
news:uWZshLsGGHA.984@tk2msftngp13.phx.gbl...
>I may be misunderstanding your question, but if you want to show the
>contents of the dropdown, here it is:
>
> cbo.DroppedDown = True
>
> Jay Taplin, MCP
>
Author
26 Feb 2006 2:28 AM
Homer J Simpson
"S Shulman" <smshul***@hotmail.com> wrote in message
news:eidiFJsGGHA.312@TK2MSFTNGP09.phx.gbl...

> Does anyone know how to click a combobox control in VB so the entire list
> will be shown?

What do you mean by "click a combobox control"?

Do you want to overide the default display?