> How do you get horizontal bars on a richedit window. I don't > want the text > to wrap around. Is this possible?
use
-addstyle => WS_VSCROLL | WS_HSCROLL
it should not wrap by default.
hth
Harald
> How do you get horizontal bars on a richedit window. I don't > want the text > to wrap around. Is this possible?
use
-addstyle => WS_VSCROLL | WS_HSCROLL
it should not wrap by default.
hth
Harald