Windows Develop Bookmark and Share   
 index > Windows Forms General > Rich Text box Text Editor
 

Rich Text box Text Editor

Hi ,

I am using rich text box like text editor,i get every thing like ms word,except page numbers,

any body can tell me how can get page numbers in text editor

Venkat ------------------------------------------------ -------------------------------------------------------------------------------- Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Sincerely, Venkat
Venkat Chilkuri  Monday, August 31, 2009 7:50 AM

Hi,

Please refer to this thread.

http://social.msdn.microsoft.com/Forums/en-US/winformsapplications/thread/9160ad13-b2f8-4704-9966-1008b37b4712

If you have any questions, please feel free to ask. It is recommended to pose one question one thread and please don’t pose duplicate threads.

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Sunday, September 06, 2009 2:11 PM
Are you dividing rich text box into pages, if yes, what is the criteria.

If you compare your rich text box with ms word, ms word divides the content into pages based on
1. Margins
2. Page size

If you are using just richtextbox, it will be a continuous length of content(text) without any criteria..

To assign page number to content, you divide it based on some criteria...
and write code to calculate and divide into pages based on that criteria.
Vicky
Vikram Gorla  Monday, September 07, 2009 8:53 PM

We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Friday, September 11, 2009 2:53 AM

You can use google to search for other answers

Custom Search

More Threads

• datetimepicker: cursor problem
• Display form in multiple screens
• Combobox Date and Time Functions
• Concatenate string and button object
• ListBox DrawItem problem
• DateTimePicker with Month selector only
• splitContainer question..
• MDI Child Form Maximize Problem on Vista
• Windows Caption Bar Font
• Draw graphics object without using onpaint event