Spider001 Posted October 24, 2014 Posted October 24, 2014 $input_1 = GUICtrlCreateInput('', 10 , 10, 100, 100, $ES_MULTILINE) enterkey don't work ctrl + enterkey works can i change this ? thank you
jdelaney Posted October 24, 2014 Posted October 24, 2014 How about a richedit instead...picks up on enters: _GUICtrlRichEdit_Create IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
jguinch Posted October 24, 2014 Posted October 24, 2014 Use BitOr($ES_MULTILINE, $ES_WANTRETURN) Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF
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