Vb? If you mean a vb App then just use a timer and if the time is whatever then shell your application.
'Make a little app as an exe and let it run
[code]
set your timer interval to 60000
and enabled
Private Sub Timer1_Timer()
Dim curTime As Date
curTime = Format(Now, "hh:mm AMPM")
If curTime = "8:00 AM" Then
Shell ("C:\myApp.exe")
End If
End Sub
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen