Hi,
I coded one small VB6 program - it performs certain operations based on the current time:
If (Hour(Time) >= 0 And Hour(Time) <= 6) Then
...
End If
It works fine, but I need either to prevent user to change the time manually or if this happen change it back or work with the "original" time.
Any suggestion please?
I coded one small VB6 program - it performs certain operations based on the current time:
If (Hour(Time) >= 0 And Hour(Time) <= 6) Then
...
End If
It works fine, but I need either to prevent user to change the time manually or if this happen change it back or work with the "original" time.
Any suggestion please?