Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am busy writing an email application and I need to create the 'Forward' form so that I can forward emails that I receive to others, but I am stuck.

My ‘message viewer’ uses a WebBrowser to view the body of received messages.

My ‘new message’ form uses a rich text box where you type the body of the message you want to send.

But what do I use for the body of the ‘forward message’ form? It needs to be able to display html (an advertisement from Amazon for example) but I need to be able to type a message above the html on the same form. What do I use or how can I do it?
Posted
Comments
Sergey Alexandrovich Kryukov 23-Jan-12 22:09pm    
How is it related to RichTextBox?
--SA
Member 13791122 6-Apr-20 6:08am    
Did u find a solution for this?

1 solution

You really need an HTML editor - this link may help

http://stackoverflow.com/questions/214124/winforms-html-editor[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900