|
-
Feb 4th, 2008, 05:38 AM
#1
Thread Starter
Frenzied Member
-
Feb 4th, 2008, 06:41 AM
#2
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.

-
Feb 4th, 2008, 07:31 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|