CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Combobox

  1. #1
    Join Date
    Dec 1999
    Location
    Netherlands
    Posts
    2

    Combobox

    Does anabody know how to get multiple columns in a regular combox like the one in access ? thank you

    Visual Basic software engineer

  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Combobox

    the combo box in MSForms set (msforms.dll or something) deos it. It has similar looking Controls to VB and have few more features ( sometimes irksome though!, like the Dblclick of btn ending up in "pushed" look etc)
    Load that set from Project ->Controls dialog and use it

    RK

  3. #3
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Combobox

    It is called Microsoft Forms 2.0 Object Library : System32/FM20.dll

    RK

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured