Hi

I'm working in an application that uses a richedit control that will never resize.

This will later has a file, loaded from the user, but I'll disabled its scrollbars.

So, my idea is keep all the text visible in the control, without scrollbars, and use breaklines as necessary to keep it all visible.

But, I don't know which message I have to send..or I have to parse the text from the user? :\