Cita:
Iniciado por Avellaneda
Te lo puse para VB6, para .NET sería así
Código:
Public Class Form1
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Label1.Text = TimeString
End Sub
End Class
Le tienes que poner la propiedad Enabled (del Timer) a True
USO VISUAL BASIC EXPRESS 2005 CREO QUE SE ME OLVIDO PONRLO ARRIBA