whitts Posted September 17, 2008 Posted September 17, 2008 Is there any way to mask the input of a GUICTRLCREATEINPUT E.G. $Something = GUICtrlCreateInput("Enter something (mask ***.***.***) ", 208, 32, 185, 21) Only allowing numbers? thanks
Moderators SmOke_N Posted September 17, 2008 Moderators Posted September 17, 2008 (edited) Look at the style: $ES_READONLY, you'll have to create multiple labels if you want something like [***][.][***][.][***], if you want to mask the whole thing, then $ES_READONLY will work fine. Edited September 17, 2008 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Zedna Posted September 17, 2008 Posted September 17, 2008 (edited) Use _GUICtrlIpAddress_Create() EDIT: if it's for IP address Edited September 17, 2008 by Zedna 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