How to display login form...?
Can anyone help me out, this is urgent ...
I have created a login form, how can i display the login form each time when windows start up?
I mean i want the form to be display once the windows logon form is displayed...
or anyways i can replace the windows logon form with my login form?
p/s: sorry for my bad english explaination ...
[417 byte] By [
jerrylhl] at [2007-12-16]
There really isn't support for replacing the Windows login form, it's a security issue that I expect is blocked.
The Login form provided in Visual Basic is for logging in to your application.
i know it's impossible to replace the windows login form, but is there anyway to display my login form right after the user login to the windows? thanks...
replacing ur login with windows standard login is possible as far as u consider replacing the resources like image,button n text on the login but the actual coding u can't do bcoz it interacts with ur .sam files n registery and is a security issue..
however u can do it afterwords..
by placing it in widows startup folder..
n calling from it lockworkstation or lockcomputer function from api..
which will not let anybody access ur computer until he gives proper password..
ashtified_85
Ashish,
Thanks for ur solutions... im newbie in VB.Net, can u show me the code or solutions on how to call the lockcomputer or lockwindows api?
Jerry
Anyone know how to use Windows lockcomputer API from VB.Net application?
I need it urgently ... thanks ....
thank you, but i realize that lockcomputer will log off the current user and back to the window login screen, which is not what i want...

i have a login screen, how can i disable all the activities from the user before they login using my vb.net application? (my application is a login form!)
p/s: hope that i dint confuse all the "expert" here, anyone have a ny solutions, please suggest here, i really need it urgently, thanks a lot ..... thanks!!!
I haven't done it, but I would expect that you could effectively just point the shell designation in the registry to your application that could then call Explorer to launch after they authenticate within your program or something similar.
Replacing the GINA is probably the most professional and secure way to go if I am understanding your question though.
replacing the msGINA is a bit too extreme for me...haha
so can u tell me which one is easier for replacing GINA or the window shell?
Can u tell me more about the method of window shell ?
Thanks ....
can u suggest me on how to do it by ur way ? actually i just need to lockup and unlock the desktop with my own created program ...... anyone can suggest me on how to do that ?
Thank you Grant, you really provided so much info for me.... i think i'll learn from there ....

i'm still new in IT lines ... thanks for ur suggestion ... any further question i'll ask here, and i hope u won't mind to answer, would u ?