I have developed the vb6 application.in this application , i want to lock the system clock when ma application .exe running & my application closed then unlock the system clock.
I am not aware of any way to lock the system clock. You can set the time, you can sync the time you can even do it in a timer if need be so any changes get set back to the proper time when the timer fires but locking it would seem to have little purpose so I doubt there is a method provided to do so.
That's what a SERVER is for. Active Directory can run ONLY your app on the desktop when someone logs in. As soon as they QUIT the app, they're logged off. Microsoft called the demo JOE LOCK-OUT when Windows 2000 was new
I have developed the vb6 application.in this application , i want to lock the system clock when ma application .exe running & my application closed then unlock the system clock.
You could always hide the clock. I'd do that, especially if you do not want users to be able to change the time while your app is running.
Bookmarks