|
-
Jun 16th, 2004, 02:08 AM
#1
Thread Starter
Lively Member
Listview
how would i get the first item of the listview? i know how to get the subitems, but not the main item
-
Jun 16th, 2004, 02:36 AM
#2
MsgBox ListView1.SelectedItem
-
Jun 16th, 2004, 04:39 AM
#3
ListView1.ListItems.Item(1).Text
ListView1.ListItems.Item(1).ListSubItems.Item(1).Text
ListView1.ListItems.Item(1).ListSubItems.Item(2).Text
ListView1.ListItems.Item(1).ListSubItems.Item(3).Text
If your listview has 4 columns this will give you the the contents of the first item (row) of the listview
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
|