2019年10月15日 星期二

VB.NET WebBrowser1

  Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

        loadPage("https://www.google.com.tw")
        'WebBrowser的Anchor屬性,將WebBrowser的上下左右距離固定住!!自動縮放大小
        WebBrowser1.Anchor = (System.Windows.Forms.AnchorStyles.Top Or  System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right Or System.Windows.Forms.AnchorStyles.Bottom)

    End Sub

  Private Sub loadPage(URL As String)
        WebBrowser1.ScriptErrorsSuppressed = True    '抑制Script錯誤訊息
        WebBrowser1.Navigate(URL)

        ' 等待網頁讀取完成
        Do Until WebBrowser1.ReadyState = WebBrowserReadyState.Complete
            Application.DoEvents()
        Loop
    End Sub


1 則留言:

  1. Harrah's Atlantic City - MapYRO
    Harrah's Atlantic 안산 출장마사지 City is a 안산 출장마사지 hotel and casino located in Atlantic 의왕 출장안마 City, NJ near the marina and in the marina district. This 전라남도 출장마사지 beachfront resort is 김포 출장마사지

    回覆刪除