4 个解决方案
#1
帮LZ顶起来
#2
http://hi.baidu.com/tiandishiwo/item/d49457e2155511a4cf2d4fa5
hook 一下IWebbrowser2中的Refresh和Refresh2方法试试
hook 一下IWebbrowser2中的Refresh和Refresh2方法试试
#3
OnDocumentComplete,OnDownloadComplete
#4
再简单不过了。相接做个bho,监听OnDownloadComplete事件就行了。这个就是刷新事件
http://wenku.baidu.com/view/47210350f01dc281e53af0ff.html
按照这里的方法,在invoke方法里 case 一下DISPID_DOWNLOADCOMPLETE事件就行了
http://wenku.baidu.com/view/47210350f01dc281e53af0ff.html
按照这里的方法,在invoke方法里 case 一下DISPID_DOWNLOADCOMPLETE事件就行了
#1
帮LZ顶起来
#2
http://hi.baidu.com/tiandishiwo/item/d49457e2155511a4cf2d4fa5
hook 一下IWebbrowser2中的Refresh和Refresh2方法试试
hook 一下IWebbrowser2中的Refresh和Refresh2方法试试
#3
OnDocumentComplete,OnDownloadComplete
#4
再简单不过了。相接做个bho,监听OnDownloadComplete事件就行了。这个就是刷新事件
http://wenku.baidu.com/view/47210350f01dc281e53af0ff.html
按照这里的方法,在invoke方法里 case 一下DISPID_DOWNLOADCOMPLETE事件就行了
http://wenku.baidu.com/view/47210350f01dc281e53af0ff.html
按照这里的方法,在invoke方法里 case 一下DISPID_DOWNLOADCOMPLETE事件就行了