nonplayablecharacter Posted August 13, 2008 Posted August 13, 2008 well....i have a gui that will ask for a password and i would like to convert the letters to stars(************) or something....i tried to do a search but with no info with what to search i had no results that helped... CODEGUICtrlCreateInput ( "text", left, top [, width [, height [, style [, exStyle]]]] ) thats the code i'd like to be able to use this password thing(idk what to call it sorry) so to further clarify i would like to do the same thing that a login screen that requires a password does so a bystander doesn't see the password thx for any help You can always count on me for the dumb questions ;)My Scripts:Rikku
qazwsx Posted August 13, 2008 Posted August 13, 2008 I believe one of the styles for input boxes is the password protection.
Zedna Posted August 13, 2008 Posted August 13, 2008 From helpfile:For defining an input control for entering passwords (input is hidden with an asterisk) use the $ES_PASSWORD style. Resources UDF ResourcesEx UDF AutoIt Forum Search
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