How do I open a HTML document in C#?

Tom G

New member
I have added a simple HTML document to my C# project (it will contain help information for the program I am writing) and I want to open it from a menu bar. I have added the menutoolstrip component but don't know the code I need to open the HTML document? Basically what code to I need to put between the curly brackets below ?

private void helpTopicsToolStripMenuItem_Click(object sender, EventArgs e)
{



}
 
Back
Top