Password Field
BlitzPlus Forums/BlitzPlus Programming/Password Field| 
 | ||
| Hey guys, I want to create a Password field using the "CreateTextField" command. I need to know how to make it hide the text written inside of it. example: as the user types... "Password123" will be displayed as "***********" Any help? | 
| 
 | ||
| http://www.blitzmax.com/bpdocs/command.php?name=CreateTextField&ref=gui_cat CreateTextField( x,y,width,height,group[,style]) Parameters: x,y,width,height - Initial shape of the textfield gadget. group - Group the text textfield belongs to. style - 0 for normal, 1 for password masking | 
| 
 | ||
| equivalent to bp ;) |