Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to show the following html content in RichTextBox for win8 app

XML
<h1>The strategy at a glance:</h1>
<ul>
   <li>Core satellite approach, with your existing portfolio as a core.</li>
   <li>The core should constitute at least half of the portfolio and be broadly diversified.</li>
   <li>Satellites are added to focus on Asia: 10% bond funds Asia/China, 20% equity funds Asia/China.</li>
</ul>


please help
Posted

1 solution

Hello,

There's a sample for this on MSDN.

http://code.msdn.microsoft.com/windowsapps/Html-to-RTF-a757fac5[^]

Valery.
 
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