Private Sub Command1_Click()
WebBrowser1.ExecWB 6, 1
End Sub

Private Sub Command2_Click()
WebBrowser1.Navigate2 "http://www.google.com"

End Sub

Private Sub Command3_Click()
'WebBrowser1.Navigate "about:blank"
WebBrowser1.Document.open
WebBrowser1.Document.writeln ""
WebBrowser1.Document.writeln ""
WebBrowser1.Document.writeln ""
WebBrowser1.Document.writeln ""
WebBrowser1.Document.writeln "444"
WebBrowser1.Document.writeln "444ttt"
WebBrowser1.Document.Close

End Sub

Private Sub Command4_Click()
Dim wb As New WebBrowser_V1

wb.Navigate "about:blank"
wb.Document.open
wb.Document.writeln ""
wb.Document.writeln ""
wb.Document.writeln ""
wb.Document.writeln ""
wb.Document.writeln "444"
wb.Document.writeln "444ttt"
wb.Document.Close
wb.ExecWB 4, 1

End Sub

相关文章:

  • 2022-12-23
  • 2021-08-31
  • 2021-09-03
  • 2022-12-23
  • 2022-12-23
  • 2022-03-14
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
相关资源
相似解决方案