Hi!
I want to make an Windows 98 login, that allows, or don't allows the user to enter in system but i don't know how to start!! :-))
Do you know a way, or a tip?
Thanks for the help!
MacDuke
[email protected]
Printable View
Hi!
I want to make an Windows 98 login, that allows, or don't allows the user to enter in system but i don't know how to start!! :-))
Do you know a way, or a tip?
Thanks for the help!
MacDuke
[email protected]
You will have to make your app a service, then use it to authenticate, then login.
Just a rough outline! :)
How can i make my app a service?Quote:
Originally posted by gwdash
You will have to make your app a service, then use it to authenticate, then login.
Just a rough outline! :)
I'm starting my app in "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\RUNONCE"
when the program ends, i add again the path os the app to the registry :-))
Do you thinhk this is a good ideia?
Thanks
look for the service mangager example on this site. It will tell do it for you. Will also tell you registry path to use for making a service