BJJ Posted February 14, 2009 Posted February 14, 2009 Hello I have problem How can i make that $Input_haslo = GUICtrlCreateInput("", 96, 144, 169, 21)oÝ÷ Ú)ÚºÚ"µÍÌÍÜÜÝÙH[]Þ ][ÝÔÙXÝ]HÚXÚÉ][ÝË ][ÝÑ[[ÝÜÝÛÜ][ÝË ][ÝÉ][ÝË ][ÝÊ][ÝÊ I want have hide password "*****" in GUICtrlCreateInput
Authenticity Posted February 14, 2009 Posted February 14, 2009 (edited) $Input_haslo = GUICtrlCreateInput("", 96, 144, 169, 21, $ES_PASSWORD)Read the help file for more options or styles.Edit: #include <EditConstants.au3> Edited February 14, 2009 by Authenticity
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now