Wordwrap in multiline textbox ?

Started by tom cone jr, January 28, 2006, 04:44:31 PM

Previous topic - Next topic

tom cone jr

How is this done using FF?

If one must resort to the API, could someone illustrate the technique?

If one must resort to the API, could this be added to the "Styles" availble for textboxes in vers 3 of FF?

-- tom

TechSupport

Uncheck the ES_AUTOHSCROLL and enable the ES_AUTOVSCROLL. Also, make sure that you have ES_MULTILINE checked. If you want the ENTER key to allow the user to go to the next line then enable ES_WANTRETURN.

tom cone jr