I already have web pages written in HTML that give out Help info about various functions of the application.
How do I get them to pop up when the user clicks a button on the VB.NET form ?
Private Sub btnHelp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHElp.Click
??
End Sub