Thread: PasswordTextBox
View Single Post
  #1 (permalink)  
Old 08-09-2007, 06:11 PM
Cableguy's Avatar
Cableguy Cableguy is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,198
Default PasswordTextBox

Here's my 2nd dll

A PasswordTextBox....

This Textbox enables the coder to hide the input string using a character like "X" or "*", so that no-one can peek at the string...
and in this case I also implemented a simple encryption of the string passed back to the main basic4ppc code...Of course there's also an un-crypted string that can be passed....
This was only tested in the desktop...
This is also a work in progress, and probably will evolve to a Password Panel Input...

Please place your doubts, wishes or any kind of comments....
Attached Files
File Type: zip Password.zip (2.4 KB, 77 views)
__________________
Paulo Gomes
Porto, Portugal

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

Last edited by Cableguy : 08-09-2007 at 06:13 PM.
Reply With Quote