Sean Newell
July 25th, 2000, 05:20 AM
My application currently contains a fairly simple word processor, for which I use the RichTextBox control. I'm trying to reproduce the "Page View" effect that MS Word offers - ie a WYSIWYG view of the paper. But this requires that the text within the RTF box stops at the end of one page and continues again at the beginning of the next page. I have thought about possibly trying to work out where the cursor is within the RTF box and if it falls off the bottom of the visible area of a page, then to create a new RTF box. My problem then is how to find our where the cursor position might be.
Can anyone think of a way around this? Has anyone done somthing similar?
Thanks
Can anyone think of a way around this? Has anyone done somthing similar?
Thanks