-3
我可以做Google的搜索。但是,要增加我的網站,直到找到您找到我的網站的頁面,然後我想點擊我的網站。Visual Studio谷歌搜索和鏈接點擊
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Dim txtsearch As String
txtsearch = kelime.Text
txtsearch = "https://www.google.com.tr/search?q=" & txtsearch
browser.Focus()
' From here I can not.
End Sub