When entering an incorrect password three times. I want a program that will not open until after two days

13 Views Asked by At

When entering an incorrect password three times. I want a program that will not open until after two or three days.

If Now. Day. To String("d") Mod 2 = 0 Then
           Form2.Show()
       End If
try
if (DateAndTime.DateDiff(DateInterval.Day, Settings.Default.VIPVAL, Date And Time.Now) >= 2)
0

There are 0 best solutions below