PDA

View Full Version : Vicky Sharma



VICKY SHARMA
12-30-2000, 09:30 AM
I recently coded a program (in Visual Basic) that, when run, determines the time of the computer system. It restricts to access computer before 8 AM.
I placed it's path in WINDOWS REGISTRY at

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Run]

But anyone can easily unload it from memory by pressing Ctrl+Alt+Del and End task. I want to run it in the same way as the Windows PASSWORD WINDOW appears before running Windows.

Pl. let me know the required changes in REGISTRY.

Email-Vickydelhi@Rediffmail.com

Nick
12-30-2000, 07:36 PM
Just create the *.exe from VB6, and plonk in a directory somewhere.

Do not use [or create] the install set-up.

You may get problems with certain *.dll's not found, but you will have them on the machine used to create the *.exe, so no prob to supply.

Nick