为什么WebBrowser打开的网页会把VB,程序窗体都给关闭了,如何禁止和防止这样的事出现
我用VB写的网页注册的用WebBrowser打开网页后完成任务提示出来一个对话,不按你按确定还是取消,软件都会突然给关闭了。这是为什么呢下面两位的代码我都加过了,不行,如...
我用VB写的网页注册的用WebBrowser打开网页后完成任务提示出来一个对话,
不按你按确定还是取消,软件都会突然给关闭了。这是为什么呢
下面两位的代码我都加过了,不行,如果加pDisp.Document.parentWindow.execScript "window.alert=null;" '禁止对话框
pDisp.Document.parentWindow.execScript "window.confirm=null;"
pDisp.Document.parentWindow.execScript "window.showModalDialog=null;"
pDisp.Document.parentWindow.execScript "window.open=null;"
可是网页上调用本地软件也调不出来了,等于没有用,出错的问题是这样的
如果用SendMessage hWnd, WM_SETFOCUS, 0&, 0& 光标指向银行的验证码ATL:EDIT 控件上,到出来证书密码输入的哪一步就把整个软件给关了,包括VB开发平台都给关了 展开
不按你按确定还是取消,软件都会突然给关闭了。这是为什么呢
下面两位的代码我都加过了,不行,如果加pDisp.Document.parentWindow.execScript "window.alert=null;" '禁止对话框
pDisp.Document.parentWindow.execScript "window.confirm=null;"
pDisp.Document.parentWindow.execScript "window.showModalDialog=null;"
pDisp.Document.parentWindow.execScript "window.open=null;"
可是网页上调用本地软件也调不出来了,等于没有用,出错的问题是这样的
如果用SendMessage hWnd, WM_SETFOCUS, 0&, 0& 光标指向银行的验证码ATL:EDIT 控件上,到出来证书密码输入的哪一步就把整个软件给关了,包括VB开发平台都给关了 展开
展开全部
Private Sub WebBrowser1_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
pDisp.Document.parentWindow.execScript "window.alert=null;" '禁止对话框
pDisp.Document.parentWindow.execScript "window.confirm=null;"
pDisp.Document.parentWindow.execScript "window.showModalDialog=null;"
pDisp.Document.parentWindow.execScript "window.open=null;"
End Sub
pDisp.Document.parentWindow.execScript "window.alert=null;" '禁止对话框
pDisp.Document.parentWindow.execScript "window.confirm=null;"
pDisp.Document.parentWindow.execScript "window.showModalDialog=null;"
pDisp.Document.parentWindow.execScript "window.open=null;"
End Sub
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询