用old 如何向tcppwebbroswer 插入內容,我只會清空,// 向TCppWebBrowser檔案的Body標記中插入內容
void InsertCotent( TCppWebBrowser* pWbMessage,
UnicodeString unicodeContent)
{
Variant Doc = pWbMessage->Document;
Variant Tag_body = Doc.OlePropertyGet("body");
Tag_body.OlePropertySet(
L"innerHTML",
L"");
如果要用IID_IHTMLDocument2又怎么樣插入
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/100270.html
標籤:基礎類
上一篇:boost例外
下一篇:鏈表指標
