MikeB Posted February 12, 2007 Posted February 12, 2007 I have a couple of questions that came while writing a script recently. Any help would be greatly appreciated. 1) Is there any way to prevent the user from entering text into a control created with GUICtrlCreateCombobox(). I would like to limit the user to the choices in the combobox itself. 2) Is there any way to force restrictions on the data entered into an Edit or Input Control. I would like to have limits like: alpha only, numeric only, numeric only with range min2max. Again, any help would be great. Thanks, MikeB
Helge Posted February 13, 2007 Posted February 13, 2007 1) Use style $CBS_DROPDOWNLIST.GUICtrlCreateCombo("", 10, 10, 280, 100, $CBS_DROPDOWNLIST)2) http://www.autoitscript.com/forum/index.php?showtopic=31641
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