Results 1 to 3 of 3

Thread: [RESOLVED] How to get listitems for each columnheader

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Resolved [RESOLVED] How to get listitems for each columnheader

    I used listview. How I can get the selected listitems for each columnheader
    Attached Images Attached Images  

  2. #2
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: How to get listitems for each columnheader

    You mean you want to get the VALUE of say Column2 on that selected row?


    Code:
    msgbox ListView.SelectedItem.SubItems (1)
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



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

    Re: How to get listitems for each columnheader

    Column 1 is SelectedItem.Text
    Column 2 and beyond is what some1uk03 posted. (column 2 is Subitems(1), column 3 is Subitems (2), etc)

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