hey,
I am looking for a means to END my application in VB6 based upon my computers clock
i know the function in VB.NET
If My.Computer.Clock.LocalTime.DayOfWeek = DayOfWeek.Wednesday Then
End
End If
won't work in VB 6 tho. get a run time error "404 object required"
any help at all, thanks