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

    Combo/List boxes



    When making a multi-columned combo box(or List Box) in Visual Basic, how can I make the box actually "Display" the whole selection of the multi-columned rows? When I make the Combo boxes currently, I get the multi-columns of data to display, but when I "Select" my row choice, I do not get an actual "Display" of more than one column of this particularly chosen row of information.

    For instance, I may have a row that contains the following columns

    of info: Name, Number, City and State. But when I make the Row selection,

    only one of these columns will actually be displayed after I have made my

    row choice and the drop-down list is no longer dropped down. This same

    problem occurrs with List Boxes and I am wondering if there is a fix for

    list boxes that is similar to a fix for combo boxes.

    Thanks!



  2. #2
    Guest

    Re: Combo/List boxes

    It's very wonderful. How do you can use multi-column in VB. Can u give me some samples of code. Thank you very much


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