Click in VB the Combobox

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

    #1

    Click in VB the Combobox

    Hi

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

    Thank you,
    Shmuel Shulman


  • Jay Taplin

    #2
    Re: Click in VB the Combobox

    I may be misunderstandin g your question, but if you want to show the
    contents of the dropdown, here it is:

    cbo.DroppedDown = True

    Jay Taplin, MCP


    Comment

    • S Shulman

      #3
      Re: Click in VB the Combobox

      Thank you, I expected a method not a property

      Shmuel


      "Jay Taplin" <jtaplin@integr aware.com> wrote in message
      news:uWZshLsGGH A.984@tk2msftng p13.phx.gbl...[color=blue]
      >I may be misunderstandin g your question, but if you want to show the
      >contents of the dropdown, here it is:
      >
      > cbo.DroppedDown = True
      >
      > Jay Taplin, MCP
      >[/color]


      Comment

      • Homer J Simpson

        #4
        Re: Click in VB the Combobox


        "S Shulman" <smshulman@hotm ail.com> wrote in message
        news:eidiFJsGGH A.312@TK2MSFTNG P09.phx.gbl...
        [color=blue]
        > Does anyone know how to click a combobox control in VB so the entire list
        > will be shown?[/color]

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

        Do you want to overide the default display?



        Comment

        Working...