22-10-18, 10:35 PM
تفضل
اخي الكريم
اخي الكريم
PHP كود :
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If ListBox1.SelectedItem = "Google" Then
WebBrowser1.Navigate("http://www.google.com")
ElseIf ListBox1.SelectedItem = "Youtube" Then
WebBrowser1.Navigate("https://www.youtube.com")
Else
WebBrowser1.Url = Nothing
End If
End Sub
