Oppure

Loading
25/04/09 13:21
GrG
Dim x As Integer
Private Sub Command1_Click()
avanza
x = x + 1
End Sub

Sub avanza()
If x > List1.ListCount - 1 Then
x = 0
End If
Label1.Caption = List1.List(x)
List1.Selected(x) = True
If List1.Selected(x) = False Then
  DoEvents
End If
End Sub
aaa
26/04/09 17:56
azz.ciccio
Postato originariamente da GrG:




grazie 1000, dopo questa mi sono portato molto avanti con il mio progettino!
A.:k:
aaa