-
i have 2 forms in my vb program
1: ScreenSaver
2: Normal password entry form to determine user
i have created a ScreenSaver form in vb to be activated after given time if no movement detected in form 2 but it is only functioning correctly for the 1st time it did not function properly again..
Pls help me in my coding
-
i am not sure but i think you have to
reinitialize some variables in your
screensaver program after ending the
screensaver...jez a guess...
-
Look at the timer code on your form, either you are not resetting your time intervals, or you are executing from a single shot position.
-
how do u reinitialise timer