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




Reply With Quote