|
Well there are numerous ways to do this. The simplest is just to draw two textboxes, one with the PasswordChar (Mask) set to * and an OK button. When it's clicked you just need to save the results in whatever way, a sequential file would do, but that'd be a security risk as it could be viewed with notepad.
If you could describe what your program does more specifically that'd be helpful.
|