Replace windows loging with own loging application problem...
-
i have QR barcode decoder.the barcode string will be the computer user password. i need to replace my application with windows login form. how can i do that....any one just guide me please.....
A S E L A
You want the barcode code that you are finding impossible to make work, to be how people log in to your machine ? From memory, gina.dll is the file that you need to replace to change how windows logs in. but, you should google for more info. I doubt it can be written in C#, probably only C++
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
You want the barcode code that you are finding impossible to make work, to be how people log in to your machine ? From memory, gina.dll is the file that you need to replace to change how windows logs in. but, you should google for more info. I doubt it can be written in C#, probably only C++
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
actually happening is i got user & password form. so username take from windows. for the password user going to scan the barcode.so the barcode string pass as the password. once password tbx got a string application need to compair password and user name with windows username and password. if match user will able to login. so how can i pass username and password to the windows and compair with windows password & username...?? i tried so many on google. all only to read user logon username or replace user logon username and password... any guide for this pleae.... and how can i run the application befor logon....i mean replace with windows logon.
A S E L A