JavaScript_Freek Posted May 23, 2007 Posted May 23, 2007 I tried making it so after users type they would start at the bottom with two spaces below the texrt. I tried {ENTER} but no works. $edit = GUICtrlCreateEdit("Welcome to Urban Chat. Follow the rules!", 10, 70, 330, 150, $ES_READONLY + $WS_VSCROLL + $ES_AUTOVSCROLL) It just came up: Welcome to Urban Chat. Follow the rules!{ENTER} How do I actually make it skip a line. [center]Cookyx.com :: Simple LAN Chat[/center]
GaryFrost Posted May 23, 2007 Posted May 23, 2007 I tried making it so after users type they would start at the bottom with two spaces below the texrt. I tried {ENTER} but no works. $edit = GUICtrlCreateEdit("Welcome to Urban Chat. Follow the rules!", 10, 70, 330, 150, $ES_READONLY + $WS_VSCROLL + $ES_AUTOVSCROLL) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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