如何在MFC中使用html标记创建表

问题描述:

嗨....
如何在MFC中使用html标记创建表




谢谢

Hi ....
how to create a table using html tags in MFC




thank you

您将需要一个html渲染组件,然后从MFC中构造HTML文本,然后通过文件将其发送到渲染引擎或使用内存.

此处中,您将可以看到一些示例..

有些渲染器需要文件才能工作...其他渲染器可以直接从内存中工作(我的文章就是其中的一个示例)...

如果这样做不能解决您的问题,请给我们更多详细信息...
You will need a html rendering component, then from the MFC you will have to construct the HTML text and then send it to the rendering engine via a file or using memory.

You will be able to see samples of that in some articles here.

There are some of those renderers that need a file to work... others can work directly from memory (my article is an example of that)...

If this don''t solve your question... you should give us more details...