Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

I am working on c# winform and my need is to display HTML formatted string on win form without use of Webbrowser control. So which control can I use for this? Also that particular control capable to convert base 64 string to Image.

Please Help Me.

Thanks in advance.

What I have tried:

I tried web browser control but I can't maintain it's size for my purpose it means runtime.
Posted
Updated 31-Aug-16 20:39pm

1 solution

 
Share this answer
 
Comments
Member 12578086 1-Sep-16 2:48am    
I also try rich text box control but that can't convert base64 string to Image so I can't us that.
Mehdi Gholam 1-Sep-16 2:53am    
http://stackoverflow.com/questions/18827081/c-sharp-base64-string-to-jpeg-image
Member 12578086 1-Sep-16 3:05am    
I have this code but I can't make custom property for rich text box.
Member 12578086 1-Sep-16 3:03am    
Thanks,
http://www.codeproject.com/Articles/32376/A-Professional-HTML-Renderer-You-Will-Use
I also try above editor but they not convert base64 string to Image.

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