janrenzlow 0 Posted January 20, 2007 Hi, it seems to be too simple, but it is a problem for me. I need a multiline textfield(Edit or Input) without scrollbars. $eUh = GUICtrlCreateEdit('', 22, 245, 275, 30, $ES_MULTILINE) $eUh = GUICtrlCreateInput('', 22, 245, 275, 30, $ES_MULTILINE) Search in autoit was without sucess. Thanks Jan Share this post Link to post Share on other sites
janrenzlow 0 Posted January 20, 2007 Hi, This topic an be closed. I've solved by myself. The height of a textfield must be 16 per each line. The height of my textfield was 30, so it shows my always one line. Jan Share this post Link to post Share on other sites
janrenzlow 0 Posted January 20, 2007 Hi,This topic an be closed. I've solved by myself. The height of a textfield must be 16 pixel per each line. The height of my textfield was 30 pixel, so it shows me always one line. Jan Share this post Link to post Share on other sites