If you want to run the HTML file in the default browser, just execute it with Process.Start:
vb Code:
  1. Process.Start("someFile.html")
Me.Close would be the correct way of closing a form yes.
And no, I dont think theres a simple way of enforcing the browser to allow active content.