Damastah Posted June 24, 2008 Posted June 24, 2008 Is it possible to limit the amount of characters a user inputs into a GUICreateInput field? How? How can I also make the cursor move to the next box after the current field is filled?
aslani Posted June 24, 2008 Posted June 24, 2008 (edited) I personally do not like it when characters exceeded the input box that part of it scrolls to the left, out of sight. By adding the $ES_LEFT style, it limits the characters based on the lwidth of my input box, preventing the text from scrolling to the left. The users are only allowed to type characters that fits in the box. In my case, a width of 50 limits the characters to 7 and at 60, it limits it at 9. Edited June 24, 2008 by aslani [font="Georgia"]Chances are, I'm wrong.[/font]HotKey trouble?Stringregexp GuideAutoIT Current Version
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