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

    Convert MSForms listbox to VB6.0 listbox control



    I am converting an "old" excel form made in VB for apps. to VB6.0. The listbox control seems to have drastically changed. The listbox I need is one that displays 4 columns of data and I can add and remove data to the rows, scroll vertically and select the entire row. The VB6.0 listbox only lets me scroll vertically when there is 1 column.


    I've even tried to use the MSForms controls but it says there's a naming conflict and won't let me add them. Is there a VB control that works like I need.

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: Convert MSForms listbox to VB6.0 listbox control



    Sounds like a listview. (Windows Common Controls)

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