Click here to Skip to main content
15,899,634 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
I would like to know how to change my password
Posted
Comments
Sergey Alexandrovich Kryukov 25-Jul-11 21:08pm    
Where? :-)
--SA
Mark Salsbery 25-Jul-11 23:48pm    
In C++/CLI! :)
[no name] 26-Jul-11 0:01am    
PasswordManager pwMan = gcnew PasswordManager();
pwMan->SetNewPassword("mynewpass@!12");
pwMan->ConfirmNewPassword("mynewpass@!12");
pwMan->SavePassword();
Mark Salsbery 26-Jul-11 15:23pm    
What password where???

*edit* oops sorry, the existing comments didn't show up until I posted this comment...

1 solution

Hi dear rogerio
what do you mean exactly?
what kind of password?
explan your request completely.
thanks
 
Share this answer
 
Comments
Richard MacCutchan 25-Oct-11 4:04am    
Please don't post questions as solutions. Use the "Have a Question or Comment?" button instead.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900