Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
animatie = animatie + 1
maakgetal()
If animatie > 10 Then
Timer1.Enabled = False
End If
End Sub
End Class
[Controls en klassen in .NET] - [VB Web] - [hlrnet] - [copyright]