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. Thanks in advance!
Last edited by daimous; Oct 24th, 2006 at 07:08 PM.
what?! to steal password?? I cant figure out why should i do that..anyway, i have a windows application that has an option whether to use Default Network Credential or not.
Your screen shot is a Remote Desktop Connection dialog connecting to a server running Terminal services within an Internet Security Acceleration environment.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
the reason why i attached that screen shot is to give you guys idea what Im talking about and im not saying that i want a dialog box exactly what is in the screen shot. btw, its not the dialog box for Remote Desktop Connection becuase im not trying to connect(As isaserver box is in front of me) to isaserver box remotely, the reason why that dialog box appears is becuase im not currently logged into our domain hence, i dont have the right credential to use our internet resources.
If you want to use the current user's credentials then I believe, although I cannot confirm, that the properties I mentioned preveiously should give you what you need. if you need the user to provide the credentials explicitly then why not just create your own login dialogue?
Ok...Im just curious if I can call or show the login dialog box use by windows...maybe i'll just create my own dialog box...Thanks for the inputs guys!