使用软件:VB6.0
使用系统:win7 xp
使用了WebBrowser1.Refresh就不能调用
Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)这个过程了,请问各位大侠们能提供个办法不?

解决方案 »

  1.   

    做了断点做测试,没报错,但也没效果,还是不能调用Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)这个过程
      

  2.   

    虽然帮不上忙,但还是谢谢wowfiowow,我已经解决了,附上解决办法:
    Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant)
    改成
    Sub GetRefresh(WebBr As WebBrowser, Url As String)
    直接call GetRefresh(WebBrowser1,Url)