layer Posted December 10, 2004 Posted December 10, 2004 you know inputbox has the option so that whatever the user types in it comes out as "*" characters<<< well, can GUICtrlCreateInput do that too? if not then i can make buttons to make an inputbox (*whipes sweat off head* because i found the other idea...) any suggestions?? FootbaG
MHz Posted December 10, 2004 Posted December 10, 2004 It is a styleES_PASSWORD 0x0020 Displays an asterisk (*) for each character that is typed into the edit control.
layer Posted December 10, 2004 Author Posted December 10, 2004 (edited) errr, sorry havent scripted in a while =/ whats wrong with this? when i click on the red X (exit) button thats there by default, it doesnt exit... While 1 $get= GUICtrlGetState () Select Case $get= $GUI_EVENT_CLOSE exitloop EndSelect WEnd thanks EDIT: Nvm, i got it...GUIGetMsg... Edited December 10, 2004 by layer FootbaG
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