|
-
Sep 27th, 2000, 08:53 PM
#1
Thread Starter
Lively Member
I was wondering how to make a prgram for window9x,
and it will detect the user password and if it is not correct don't let the users come in using vb6.
I know window9x already have some kind of login program,
but i wanna try to make one, anyone would like to help me out? Please told me the code.
Problem:
I already do i simple login program using input box.
When i try to execuse this prgram it only can pop up a message box and it didn't do a good job of login protection.
people can use Ctrl+Alt+Del to end task my program and besides then can ignore the message box and do what ever they want.
-
Sep 28th, 2000, 10:51 AM
#2
Junior Member
Maybe this can help a little?
Does your login program start before Windows loads all the other prog's (example. Taskmanager etc.)?
When it doesn't, you can add a string to the Windows Register (from within your app) that will start your program next time windows starts. It will load your program first of all (even before it loads the background of windows). When your program ends, windows will continue loading all the apps, etc.
Don't use an InputBox to verify the password and username.
Use your own form with 2 text boxes or something and a "Login" button (that will check if the username and password are correct offcourse :-)
Next, when they end your program WITHOUT a correct username and password (trough CTRL + ALT + DELETE for example) the program must exit windows. So they CAN'T login without a valid login. And when this occurs, you must add a function (or whatever) that makes a key in the windows register that next time the program starts, it will start again.
If you need source code from me, just tell (and give email address) and i'll send it to you!
Good luck
-
Sep 28th, 2000, 11:04 AM
#3
Try out the solution I offered to a similar question in a Previous Post
-
Sep 28th, 2000, 12:35 PM
#4
Lively Member
Surely this isn't the way major network providers make their login clients. Aren't they dlls or something, that can be added in Network in Control Panel?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|