Click here to Skip to main content
15,880,543 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an authentication form having username and password fields connecting with SQL Server. I need to run this before the Windows Logon Screen. The Windows Logon screen may appear only if the username and password is correct.

or

First Winodows gets logged on. When running my application, I need to Exit From the Logon Screen.Then it may appear after the authentication is secure.



This is my requirement. Kindly give appropriate suggestions. I hope so.


Hope the reply or Send the suggestions or example codes
Or mail to me "email removed"

Thank You.
Posted
Updated 10-Nov-10 22:57pm
v5
Comments
Hiren solanki 11-Nov-10 4:46am    
As you can see 'Email removed'
Richard MacCutchan 11-Nov-10 4:57am    
email really removed.
Sandesh M Patil 11-Nov-10 5:11am    
you need to write this application in assembly language not in .net

You need to get into WinLogon and GINA to do that.

http://msdn.microsoft.com/en-us/library/aa380543%28VS.85%29.aspx[^]

http://msdn.microsoft.com/en-us/magazine/cc163803.aspx[^]

Below the link of an example bit this is c++ and not c#. I actually don't know if c# is suitable for it and certainly wouldn't know any examples for that.

http://www.paralint.com/projects/aucun/[^]

Good luck!
 
Share this answer
 
 
Share this answer
 
Comments
krishnaspmoorthy 13-Nov-10 1:12am    
I Understood the concept. But I'm not a highly professional, just a beginner. So i've to study the codes. If have any examples or projects its better for me to study.

Thank you
Indivara 13-Nov-10 3:38am    
Sorry, haven't got any, but the answer by E.F.Nijboer does
krishnaspmoorthy 18-Nov-10 1:35am    
Can you help me by sending some Screen Shots about this concept?
Indivara 18-Nov-10 2:41am    
I don't see how screen shots will help?
(haven't got them in any case)

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