-
How do I activate an HTML Help FIle on Button click
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
-
Just use an html button and wire the onclick event up to an appropriate function (ie--window.open).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks