Hi,
I have checked 'ES_AUTOHSCROLL' and 'ES_AUTOVSCROLL' are selected on a multiline textbox and thought this would give me wordwrap but it does not.
Does anyone have a multiline textbox wordwrap solution?
Uncheck WS_AutoHScroll, use only WS_AutoVScroll.
Make sure MulitiLine is selected and also WS_VScroll.
(See image)
Thanks Rolf, I am glad I asked here before looking at the code solution I found on the Powerbasic site.
It's been a few years since this post but it helped me to solve a problem today. Thanks!