Results 1 to 2 of 2

Thread: Listview - Subitems - solved

  1. #1

    Thread Starter
    Hyperactive Member gmatteson's Avatar
    Join Date
    Feb 2002
    Location
    Rhode Island, USA
    Posts
    293

    Listview - Subitems - solved

    I have a listview with 2 colums, 50 items are in the listview. Coloumn1 = Server Names, Column2 = IP Addresses.

    How do I retrieve the text in both columns?

    dim lvwItem as listview.item

    for each lvwItem in listview.items
    msgbox lvwItem.text
    next

    this just displays the text in column one, how do I display the text in column2? Thank you.
    Last edited by gmatteson; Jul 12th, 2003 at 01:03 PM.

  2. #2
    Fanatic Member
    Join Date
    Oct 2000
    Location
    Reading, UK
    Posts
    870
    www.vb-tech.com
    .Net Freelance Development
    http://weblog.vb-tech.com/nick
    My blog

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