PDA

Click to See Complete Forum and Search --> : Help whith system login


MacDuke
Aug 17th, 2000, 06:11 AM
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
bpiano@netc.pt

gwdash
Aug 17th, 2000, 10:48 AM
You will have to make your app a service, then use it to authenticate, then login.

Just a rough outline! :)

MacDuke
Aug 18th, 2000, 04:41 AM
Originally posted by gwdash
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?
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

gwdash
Aug 22nd, 2000, 01:39 PM
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