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

Thread: Combo Box

  1. #1
    Guest

    Combo Box

    How can I add a columns to a Combo Box.
    Requirement is such that I want to concatinate 7-8 strings and show them in a Combo Box. But as the string length differs all the items in a combo are not alligned properly. How can I add a column to a combo box so that i can add the strings to different columns thus they get alligned automaticaly.


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

    Re: Combo Box

    May be some custom controls are around, you could check.

    I have seen some code on the VC section of this site, on how to do multi-column combo. So some controls (with VC code) will sure be there.

    With VB it is very difficult .. i am *not* ashamed to tell that i tried and failed!:-)
    Getting a Custom-drawn/ owner-drawn Combo box in VB is not possible for Drop-down type ( style = 0 & 2).

    So ....

    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