简体   繁体   中英

How do I display HTML in a C++ Window that works on XP through Win8?

I'm looking for some simple code that will display HTML in a c++ window. I need it to be able to be run on any operating system (can't rely on .Net framework or Java or anything like that).

So far I've found this simple HTML drawing class: http://www.codeproject.com/Articles/3912/A-Simple-HTML-drawing-class

BUT, it doesn't support displaying images.

Does anyone know of some good code out there?

您应该看一下Qt框架,它可以满足您的所有需求:嵌入式WebKit视图,跨平台,网络请求,以便在需要时获取HTML ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM