Password Field

BlitzPlus Forums/BlitzPlus Programming/Password Field

EliteKen(Posted 2012) [#1]
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?


VIP3R(Posted 2012) [#2]
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


Addi(Posted 2013) [#3]
equivalent to bp ;)