spymare 0 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. Share this post Link to post Share on other sites
Steveiwonder 0 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 Share this post Link to post Share on other sites