Visual basic 2008 express edition.
This is my first tutorial.
In this video i will show how to do something when your form is closed, check the video! for higher quality write &fmt=18 after the video url!
If you still cant see do this:
Right click on your webbrowser, press Properties, copy the place where it is and write it like this "
Private Sub Form1_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles Me.FormClosed
Shell("WRITE THE WEBBROWSER PLACE HERE, mine was C:\Program Files\Internet Explorer\iexplore.exe")
End Sub