Results 1 to 3 of 3

Thread: stupid listview

  1. #1

    Thread Starter
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943

    stupid listview

    when i select an item on the listview control i want to be able to access the third column from the selected one, how do i do this?? kinda hard to explain... say it looks like this
    Code:
    |label1|label2|Label3|
    ----------------------------
    |SEL    |lala    | lalala |
    when i select sel i want it to tell me what is in the third column for the SEL row... how do i do this??
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

  2. #2
    PowerPoster Beacon's Avatar
    Join Date
    Jan 2001
    Location
    Pub Floor
    Posts
    3,188
    VB Code:
    1. msgbox = lsv1.SelectedItem.SubItems(2)

    Hows that?
    b

  3. #3

    Thread Starter
    Frenzied Member Skitchen8's Avatar
    Join Date
    Feb 2001
    Location
    Binghamotn, NY
    Posts
    1,943
    thank u so much... i hate the listview control, im used to there only being one thing after the control name, but with the listview control it seems every one has five different things after you

    listview.really.is.such.a.loser.ish.control!!!
    Government is another way to say better…than…you.
    It’s like ice but no pick, a murder charge that won’t stick,
    it’s like a whole other world where you can smell the food,
    but you can’t touch the silverware.
    Huh, what luck. Fascism you can vote for.
    Humph, isn’t that sweet?
    And we’re all gonna die some day, because that’s the American way
    -Stone Sour

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