|
-
Nov 19th, 2012, 10:07 PM
#1
Thread Starter
Addicted Member
listview help
how do i go around doing this with listview
If List2.ListIndex = List2.ListCount - 1 Then
List2.ListIndex = 0
Else
List2.ListIndex = List2.ListIndex + 1
End If
please help need this done with listview
2: i need code so if listview lastitem is selected go to first item again
Last edited by bogaa; Nov 19th, 2012 at 10:25 PM.
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
|