就用api谁知道怎么实现么。。。
#include <urlmon.h>
#include <mshtmhst.h>
#include <Exdisp.h>
HRESULT hr;
IWebBrowser2* pWebBrowser = NULL;
HWND web=NULL;
CoInitialize(NULL);
hr = CoCreateInstance (CLSID_InternetExplorer, NULL, CLSCTX_SERVER,
IID_IWebBrowser2, (LPVOID*)&pWebBrowser);
下面该怎么写啊!