Jump to content

Using Asterisk in Password Input Control


Recommended Posts

I created my password input with this:

Local $passStyle = BitOr($ES_PASSWORD, $GUI_SS_DEFAULT_INPUT )

  $input1= GUICtrlCreateInput("", 250, 147, 438-250+1, 166-147+1, $passStyle, 0) 

  GUICtrlSetFont(-1,12)

But the input control created is using dot as password char instead of asterisk. How do I change this to asterisk? Also, according to the online doc, isnt asterisk used by default? Wny dots appear?

passinput.bmp

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...