|
-
Apr 22nd, 2002, 08:55 PM
#1
Thread Starter
Frenzied Member
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
-
Apr 22nd, 2002, 09:02 PM
#2
PowerPoster
VB Code:
msgbox = lsv1.SelectedItem.SubItems(2)
Hows that?
b
-
Apr 22nd, 2002, 09:13 PM
#3
Thread Starter
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|