Click here to Skip to main content
15,888,733 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear All,

We have one project in which we have Web application in C# ASP.NET & Desktop application (WinForms).

Using WebApplication the user will create some questions(To display formatted text, the user will use tables or list, to view.[TextEditor]).

Example:
The HTML string contains
Question) Do the followings:
 <table>
<tr><td>Open the Word file</td></tr>
<tr><td>Now, insert a table in the exist word file and save it</td></tr>
</table>


What I have tried:

To display the above HTML string, i'm using HTML-label in the winform, but, the table is not displaying properly, means, missing some text & columns and the design of the table is also not good.

Can anyone please help me.


Thanks in advance.
Posted
Updated 15-Mar-18 6:50am

1 solution

Incorporating a "web browser control" into your app should do it:

WebBrowser.DocumentText Property (System.Windows.Forms)[^]
 
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