修改代码,导航到百度或者本地文件
void CMyHtmlView::OnInitialUpdate()
{
CHtmlView::OnInitialUpdate();
// TODO: This code navigates to a popular spot on the web.
// change the code to go where you'd like.
Navigate2(_T("http://www.baidu.com/"),NULL,NULL);//注意网络url用斜杠,本地反斜杠
//Navigate2(_T("C:\\Documents and Settings\\Administrator\\桌面\\translate.html"),NULL,NULL);
}