L'unico che mi è funzionato è questo
Il problema è che io voglio far passare per parametro 5 labelcodice HTML:Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Label1.Visible = Not Label1.Visible End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Timer1.Interval = 500 Timer1.Start() End Sub



Rispondi quotando
