squallA Posted March 5, 2007 Posted March 5, 2007 I have a GUI $Input_1 = GUICtrlCreateInput('', 30, 30, 230, 70,$ES_MULTILINE) When i run this GUI, i can type text tin this input, but i can't press "ENTER" to down line ! Anyone who can suggest to me ?
Moderators SmOke_N Posted March 5, 2007 Moderators Posted March 5, 2007 $Input_1 = GUICtrlCreateInput('', 30, 30, 230, 70,BitOR($ES_WANTRETURN, $ES_MULTILINE)) 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.
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