Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,,

I want to show html data inside my edit control,can anyone help me on this.
It is MFC Dialog based application.

-Abhilash
Posted
Comments
Sergey Alexandrovich Kryukov 27-Jul-12 3:52am    
Help with what? With designing and implementing of the appropriate component? Or which finding some available code on the Web? In both cases, this is not a matter of an answer in this forum...
--SA

Please see my comment to the question. However, on second though, one pretty general low-cost solution for you could be hosting a WebBrowser control in your MFC application:
http://msdn.microsoft.com/en-us/library/aa752046%28v=vs.85%29[^].

Of course, not in edit control, which is designed to show plain text.

And if you meant to show some plain text based on some HTML data, the question would make no sense, because there is no difference for a edit control what text to show. If you meant something else, you should explain it properly.

—SA
 
Share this answer
 
v2
Take a look at this link[^]: it will lead you to the Codeproject articles about showing HTML content in your apps.

Good luck.
 
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