VB
WebBrowser control
Syntax: Easy Reference for controls
- Navigate() e.g.
WebBrowser1.navigate("google.co.uk")
- GoBack()
- GoForward()
- GoHome()
- Refresh()
- GoSearch()
- Stop()
- URL e.g.
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
WebBrowser1.Navigate(ComboBox1.Text)
ComboBox1.Items.Add(WebBrowser1.Url)
End Sub
ComboBox
- Items
- Add()
- Remove()
Rich text box
- Backcolor()
- Redo()
- Undo()
- Cut()
- Copy()
- Paste()
We are currently building this section so it is incomplete
Links
page_revision: 5, last_edited: 1214756473|%e %b %Y, %H:%M %Z (%O ago)





