Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
AnswerRe: Working with list(Please help) Pin
Henry Minute26-May-10 3:36
Henry Minute26-May-10 3:36 
GeneralRe: Working with list(Please help) Pin
Alaric_26-May-10 4:02
professionalAlaric_26-May-10 4:02 
GeneralRe: Working with list(Please help) Pin
Henry Minute26-May-10 4:08
Henry Minute26-May-10 4:08 
GeneralRe: Working with list(Please help) Pin
future383926-May-10 4:17
future383926-May-10 4:17 
GeneralRe: Working with list(Please help) Pin
Henry Minute26-May-10 4:24
Henry Minute26-May-10 4:24 
GeneralRe: Working with list(Please help) Pin
future383926-May-10 18:20
future383926-May-10 18:20 
Questionreplace Winlogon Pin
einsteinmow26-May-10 1:35
einsteinmow26-May-10 1:35 
AnswerRe: replace Winlogon PinPopular
Simon P Stevens26-May-10 1:58
Simon P Stevens26-May-10 1:58 
Windows XP, 2000 and server 2003 use a system called Graphical Identification and Authentication (or GINA). It is possible to replace the default MSGina.dll with a custom dll to customize the login and authentication process.

You can read more about GINA and the Winlogon system on MSDN[^].

Windows Vista, 7 and server 2008 no longer use GINA. Instead Winlogon controls the logon process and allows custom credential providers.

Again, there is lots of information about custom credential providers on MSDN[^].

You might also want to read the wikipedia articles on Winlogon[^] and GINA[^] for some basic background info.

You are asking this in the C# forum, but this kind of windows integration is going to need to be done largely (if not completely) in an unmanaged language. There is an MSDN magazine article on custom credential providers that should get you started[^].
Simon

AnswerRe: replace Winlogon Pin
Richard MacCutchan26-May-10 1:59
mveRichard MacCutchan26-May-10 1:59 
AnswerRe: replace Winlogon Pin
Dave Kreskowiak26-May-10 2:04
mveDave Kreskowiak26-May-10 2:04 
Questionread file Pin
tek 200926-May-10 1:17
tek 200926-May-10 1:17 
AnswerRe: read file Pin
Richard MacCutchan26-May-10 1:54
mveRichard MacCutchan26-May-10 1:54 
GeneralRe: read file Pin
tek 200926-May-10 2:45
tek 200926-May-10 2:45 
GeneralRe: read file Pin
Richard MacCutchan26-May-10 4:22
mveRichard MacCutchan26-May-10 4:22 
GeneralRe: read file Pin
tek 200926-May-10 4:28
tek 200926-May-10 4:28 
GeneralRe: read file Pin
Richard MacCutchan26-May-10 6:33
mveRichard MacCutchan26-May-10 6:33 
QuestionDatagridview moves to first column when selecting row(s) Pin
andrehoyer26-May-10 0:54
andrehoyer26-May-10 0:54 
AnswerRe: Datagridview moves to first column when selecting row(s) Pin
Peace ON27-May-10 0:09
Peace ON27-May-10 0:09 
QuestionMessage Removed Pin
26-May-10 0:30
MohammadAmiry26-May-10 0:30 
AnswerRe: How to serialize static members of a class? Pin
Dave Kreskowiak26-May-10 2:06
mveDave Kreskowiak26-May-10 2:06 
GeneralRe: How to serialize static members of a class? Pin
Henry Minute26-May-10 2:37
Henry Minute26-May-10 2:37 
GeneralRe: How to serialize static members of a class? Pin
MohammadAmiry26-May-10 3:07
MohammadAmiry26-May-10 3:07 
Questionmouse right click on a control in .net 2.0 Pin
prasadbuddhika26-May-10 0:14
prasadbuddhika26-May-10 0:14 
AnswerRe: mouse right click on a control in .net 2.0 Pin
Johnny J.26-May-10 0:16
professionalJohnny J.26-May-10 0:16 
AnswerRe: mouse right click on a control in .net 2.0 Pin
Abhinav S26-May-10 0:51
Abhinav S26-May-10 0:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.