Results 1 to 4 of 4

Thread: Listbox columns, .NET newbie

  1. #1

    Thread Starter
    New Member lil_devil_80's Avatar
    Join Date
    Sep 2002
    Posts
    3

    Listbox columns, .NET newbie

    Hi,
    I am using a list box to display my output and wanted to know how to use the colums in a listbox and how I would send my output to these columns.
    I want my output to look something like this:

    01 1000 537 50 487 512
    02 512 537 25 512 0
    and so on...

    I tried the to look at the help file and other things but there is not enough explanation on it.
    I was wondering if anyone would help me out. Thanks alot.
    >:-> lil_devil_80

  2. #2
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    hi

    u can use something like:

    Code:
    listbox1.items.add "01" & vbtab & "Whatweveerr"
    But I would suggest u use listview...

  3. #3
    Lively Member
    Join Date
    Aug 2001
    Posts
    65
    Yes, i would have to agree. By the look of that sample you gave, a listview would be a better control to use for displaying that data.

  4. #4

    Thread Starter
    New Member lil_devil_80's Avatar
    Join Date
    Sep 2002
    Posts
    3
    Thanks Alot you guys. I tried out using the listview and everything worked out just fine. Thanks again.
    >:-> lil_devil_80

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