Jump to content

Recommended Posts

Posted

Everything is said.

here is what i 'am using, but i do not see the end of my line if the text is too large.

$style = $GUI_SS_DEFAULT_EDIT+$ES_READONLY+$WS_VSCROLL+$WS_HSCROLL+$ES_AUTOVSCROLL+$ES_AUTOHSCROLL+$ES_MULTILINE

$GUI_logs = GUICtrlCreateEdit ( "", 10, 95 , 245 , 670, $style)

Is ther a way to wrap text or to get scroll bar ?

Thanks for your help

Posted

This is working but not the entire set of Flags. But it is ok for me right now

$style = $WS_HSCROLL+$ES_MULTILINE++$WS_VSCROLL+$ES_READONLY
$GUI_logs = GUICtrlCreateEdit ( "", 10, 95 , 245 , 670, $style)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...