Using Windows users logon usernames and passwords in applications
-
In a application, If the user is not an administrator, the user will have to enter a administrator username and password to have acccess to some additionnal informations. (not using the runas and not using the .net framework) How could I do this Thanks in advance for your help.
-
In a application, If the user is not an administrator, the user will have to enter a administrator username and password to have acccess to some additionnal informations. (not using the runas and not using the .net framework) How could I do this Thanks in advance for your help.
Create a modal dialog with two edit controls: one for the username and the other for the password.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
Create a modal dialog with two edit controls: one for the username and the other for the password.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
-
This question is not for creating edit controls. This question is to know about Windows credientials. Windows users. May be the answer reside in Microsoft security tokens. thanks for replying either.
nadzzz wrote: This question is not for creating edit controls. It could have been interpreted any any number of ways. You stated that "...the user will have to enter a administrator username and password to have acccess to some additionnal informations." followed by the question "How could I do this?" My answer was simply how to allow the user to enter such information. nadzzz wrote: This question is to know about Windows credientials. What exactly is your question?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow