Jump to content

How to get a Horizontal scroll bar for multi line textField


voldor
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...