小型的嵌入式HTML组件 CPPHtmlStatic

码农软件 · 软件分类 · Windows桌面开发组件 · 2019-10-07 18:13:21

软件介绍

CPPHtmlStatic 是一个 MFC 的组件,用来在 MFC 应用程序中显示 HTML 数据的一个轻量级组件,无需 Windows 的 IE 支持。

示例代码:

// Create a hyperlink control for open WWW link.

m_html.SetHyperlink("Goto the Oschina", "http://www.oschina.net");
// Create a hyperlink control to send a mail to me.

m_html.SetHyperlink("Send mail to me", "mailto:pustovoyt@mail.ru");
// Create a hyperlink control to send a message to

//the parent with label

"click no.1".
m_html.SetHyperlink("Notify a parent", "click no.1", TRUE);

本文地址:https://www.codercto.com/soft/d/16253.html

The NSHipster Fake Book (Objective-C)

The NSHipster Fake Book (Objective-C)

Mattt Thompson / NSHipster Portland, Oregon / 2014 / USD 19.00

Fake Books are an indispensable tool for jazz musicians. They contain the melody, rhythm, and chord changes for hundreds of standards, allowing a player to jump into any session cold, and "fake it" th......一起来看看 《The NSHipster Fake Book (Objective-C)》 这本书的介绍吧!

html转js在线工具
html转js在线工具

html转js在线工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试