spymare Posted December 21, 2010 Posted December 21, 2010 is it possible to make the characters you type into star symbols like this: ***** i need it for a password box/inputbox.
Steveiwonder Posted December 21, 2010 Posted December 21, 2010 (edited) Something like this? $input = InputBox ( "title", "prompt" , "" , "*") MsgBox(0, "", $input) Or if your are using GUI, look at GUICtrlCreateEdit and set the style to $ES_PASSWORD Steve Edited December 21, 2010 by Steveiwonder They call me MrRegExpMan
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now