Click here to Skip to main content
15,886,071 members
Please Sign up or sign in to vote.
1.89/5 (3 votes)
See more:
i have created a login page by c# in visual studio.

if i want to take it as my system login page,what are the next steps to be done?

With out this login authentication no one could access the system.
Posted
Comments
Anurag Sinha V 8-May-13 6:23am    
authenticate ur login page to use a user id and password..on successful authentication, redirect the users to the desired page...
geo thomas 8-May-13 6:27am    
i want my login page right after booting,,,with out this login no one could access any featurs of windows..

1 solution

I was very tempted to use lmgtfy.com but ...
Work your way through this link http://www.dotnetspider.com/resources/28460-Create-Login-Form-Windows-Application.aspx[^]
It faffs about with XML and Datasets - you can substitute a search of an appropriate table in SQL for those bits.

If you are still having problems try using "c# login authentication code" in google search

[Edit - OP has clarified that he actually wants to replace the windows login screen]

For Windows 7 - change-and-customize-windows-7s-logon-screen-wallpaper[^]

Alternative searches[^]
 
Share this answer
 
v2
Comments
geo thomas 8-May-13 6:45am    
how can i get my login form right after bootig.what should i do with my exe file?
do i need to add any extra code for it?
CHill60 8-May-13 7:18am    
By "right after booting" do you mean that you are trying to replace the Windows Logon screen?
geo thomas 9-May-13 2:04am    
yes.i want to replace the windows logon screen.
how can i do dat?
CHill60 10-May-13 4:15am    
I've added to my solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900