Jump to content

Recommended Posts

Posted (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 by Steveiwonder

They call me MrRegExpMan

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...