永发信息网

VB6 WebBrowser控件为何不能完全打开网页,而IE浏览器却能?

答案:1  悬赏:0  手机版
解决时间 2021-11-18 07:17
  • 提问者网友:温柔港
  • 2021-11-18 04:06
VB6 WebBrowser控件为何不能完全打开网页,而IE浏览器却能?
最佳答案
  • 五星知识达人网友:舊物识亽
  • 2021-11-18 05:19
newwindow事件

set Webbrowser.Object=ppDisp

newwindow事件说明
Syntax

Private Sub object_NewWindow2( _
ByRef ppDisp As Object, _
ByRef Cancel As Boolean)
Parameters

object
Object expression that resolves to the objects in the Applies To list.
ppDisp
Object expression that, optionally, receives a new, hidden WebBrowser or InternetExplorer object with no URL loaded.
Cancel
Boolean value to determine whether the current navigation should be canceled.

true
Cancel the navigation.
false
Do not cancel the navigation.追问不是这个解决思路!这个解决思路最终证实没用,不对!
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯