Does anyone know that how to make a vb password entered application?

sealife24

新手上路
注册
2005-10-23
消息
107
荣誉分数
0
声望点数
0
Does anyone know that how to make a vb password entered application?
How to make the text in a putbox turn to be * if someone enter the password? And,How to define the cancel button? how can I control my inputbox??? omg.....thanks in advance.....
 
txtbox has a property for masking your input
it's called PasswordChar....

cancel button?
-> do nothing, Form.Hide

how do you want to control ur txtbox?
VB is event driven. you have to know what triggers what event
 
后退
顶部