Thread: Logon Box
View Single Post
Old May 4th, 2005, 12:41 PM   #2
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
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.
Rory is offline   Reply With Quote