Hi all
How to Go to the following items in the listview automatically ?
This example does not work with me
PHP Code:Private Sub Timer2_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer2.Tick
ListView1.MultiSelect = False
For I = 0 To ListView1.SelectedItems.Count - 1
I = +1
ListView1.Items(I).Selected = True
Next I
End Sub


LinkBack URL
About LinkBacks




Reply With Quote
yes . now it is true 


Bookmarks