Results 1 to 29 of 29

Thread: (VB6) How can I have a MultiColumn ListBox? (Emergency)

Threaded View

  1. #17
    PowerPoster SamOscarBrown's Avatar
    Join Date
    Aug 2012
    Location
    NC, USA
    Posts
    9,624

    Re: (VB6) How can I have a MultiColumn ListBox? (Emergency)

    something like this:

    Code:
        Dim cols(0 To 3) As Long    
        cols(0) = 50 'or whatever value big enough for your first (0th) column.  Experiment
        cols(1) = 300
        cols(2) = 100
        cols(3) = 100
    EDIT: Next time, start your own thread and put a link to an older one...because this one had already been marked RESOLVED, fewer people will look at it.
    Last edited by SamOscarBrown; Apr 25th, 2019 at 06:30 AM.

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