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
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.
Thanks!
-- tom