Good afternoon.
I have a little problem. I want to create a line length (based on character count) rather than a line width (based on pixel count) word wrapping routine.
The routine itself is fairly easy, and by the looks of most of your posts here, you guys would be able to knock one up in no time at all.
However, how would you deal with people entering in their own vbCrLf's? Any word wrap routine needs to leave the user entered ones alone, but delete it's own one. I suppose what I'm asking is is there a recognised method of dealing with paragraphing and user formatting without upsetting a word wrap routine?
Is this a situation that I have to create my own control in order to achieve this? Am I expecting a textbox to do to much?
