Jump to content

GUICtrlCreateInput Password box?


Recommended Posts

Hi,

I know how to change typed characters with InputBox, but can't find it for GUICtrlCreateInput, anyone does knows this?

GUICtrlCreateInput($password, 430, 175 + $top0, 200, 25)

It should show **** for every typed character

Thanks in advance :)

Link to comment
Share on other sites

Hi,

I know how to change typed characters with InputBox, but can't find it for GUICtrlCreateInput, anyone does knows this?

GUICtrlCreateInput($password, 430, 175 + $top0, 200, 25)

It should show **** for every typed character

Thanks in advance :)

Hi Tom

you need to do the following

#include <GuiConstants.au3>

$txtPassword = GUICtrlCreateInput($password, 430, 175 + $top0, 200, 25, $ES_PASSWORD)

Hope this Helps

Ken

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