Open Default Browser


SUBMITTED BY: Guest

DATE: Dec. 7, 2013, 8:21 a.m.

FORMAT: Text only

SIZE: 337 Bytes

HITS: 658

  1. Private Sub DroneButton1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles DroneButton1.Click
  2. Call OpenURL("http://www.empiremethod.com")
  3. End Sub
  4. Private Sub OpenURL(ByVal URL As String)
  5. System.Diagnostics.Process.Start("http://www.empiremethod.com")
  6. End Sub

comments powered by Disqus