Tengo un Timer (Que hasta le puse el interval a 1) y este codigo:
Código:
Private Sub tmVerificarTiempo_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles tmVerificarTiempo.Tick
If hora1 = Date.Now Then
MsgBox(recorda1, MsgBoxStyle.Information, "Acordate!!")
End If
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
hora1 = #3:23:00 PM#
End Sub
Y la alarma nunca suena :S
no entiendo el error:S alguien que me ayude?