Hi everyone,
Again I have a question. I'm writing a program with a login screen. In the login screen, a login and password has to be filled in. Now I want to read the login and password of the user the is logged in into windows (because the login and password giving into the program have to be exacly the same as those of windows)
I already found the code "environment.username" for the username, but the password I don't find. The password my be encrypted with md5 or so, I don't need to now it exacly (only the way it is encrypted), so I can match the password with the one giving in into the program.
Thanks in advance for any advies.
FatEric
Again I have a question. I'm writing a program with a login screen. In the login screen, a login and password has to be filled in. Now I want to read the login and password of the user the is logged in into windows (because the login and password giving into the program have to be exacly the same as those of windows)
I already found the code "environment.username" for the username, but the password I don't find. The password my be encrypted with md5 or so, I don't need to now it exacly (only the way it is encrypted), so I can match the password with the one giving in into the program.
Thanks in advance for any advies.
FatEric