Jest w Visual Basicu jakieś polecenie opóznienia (cos w stylu "wait (czas)") ?
Do you prefer the English version of the page elektroda?
No, thank you Send me over therePublic Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Label1.Caption = "Demo funkcji Sleep - 2 sekundy"
Label1.Refresh
Sleep 2000 ' 2000 milisekund = 2 sekundy
Label1.Caption = "Juz koniec ..."
Label1.Refresh 'odśwież labla
Private Sub Timer1_Timer()
i=i+1
text1.text = tablica(i)
if i>10 then i=0
End Sub