Visual C++网络编程经典案例详解 第5章 网页浏览器 使用Microsoft Web浏览器控件 控件对象属性方法 CWebBrowser2类常用方法

void CWebBrowser2::GoHome(); //返回主页
void CWebBrowser2::GoForward(); //页面前进
void CWebBrowser2::GoBack(); //页面返回
void CWebBrowser2::Refresh(); //页面刷新
void CWebBrowser2::Stop(); //页面停止

猜你喜欢

转载自blog.csdn.net/eyetired/article/details/85753283