1 Attachment(s)
show windows login dialog box.
hi guys! is it posible for me to call or show the windows login dialog box like what shown below and store to a variable whatever the user inputs from each textbox or it is just advisable to create my own. by the way, im using c#.net 2005 and im going to use it in Windows form Application Thanks in advance!
Re: show windows login dialog box.
Re: show windows login dialog box.
You should take a look at the CredUIPromptForCredentials function. Just to let you know, it requires some knowledge of Win32 API.