F
flmn
Unregistered / Unconfirmed
GUEST, unregistred user!
我在程序员合订本上看到这些代码:
IHTMLDocument2 *HTMLDocument=GetDocument2Interface(CppWebBrowser);
if (HTMLDocument) {
do something;
}
可是编译不过去,老说找不到函数GetDocument2Interface;
我用这个东西的目的是窗体左边一个memo放html 代码,右边一个TCppWebBrowser能够把代码预览一下,不想用临时文件。
如果不用上面的方法,还有什么方法?