Results 1 to 3 of 3

Thread: [RESOLVED] ListView Sub Items

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Resolved [RESOLVED] ListView Sub Items

    .....
    Last edited by G3rmanpride21; Jan 28th, 2016 at 06:08 PM.

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: ListView Sub Items

    Code:
    ListView1.SelectedItems.Item(0).SubItems(x).Text
    Where x represents the column number. You would want one of these lines for each sub item

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2009
    Posts
    76

    Re: ListView Sub Items

    .....
    Last edited by G3rmanpride21; Jan 28th, 2016 at 06:08 PM.

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