Jump to content

Gui Conrol:edit Problem,bug?


kmps
 Share

Recommended Posts

I create a Edit with the follow line:

EditPassWordHd=GUICtrlCreateEdit("",-1,-1,100,40,BitOR($GUI_SS_DEFAULT_EDIT,$ES_PASSWORD))

but so strange,when I input the password,it couldn't display the password as *********

why?

Link to comment
Share on other sites

I create a Edit with the follow line:

EditPassWordHd=GUICtrlCreateEdit("",-1,-1,100,40,BitOR($GUI_SS_DEFAULT_EDIT,$ES_PASSWORD))

but so strange,when I input the password,it couldn't display the password as *********

why?

try

EditPassWordHd = GUICtrlCreateInput("",-1,-1,100,40,BitOR($GUI_SS_DEFAULT_EDIT,$ES_PASSWORD))

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...