Results 1 to 4 of 4

Thread: listview help

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2012
    Posts
    137

    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
  •  



Click Here to Expand Forum to Full Width