Hi. I am doing C# windows form application. on a form i have a button and when i click that button i need it to open an html page (help page) which i have designed using HTML Help Workshop. how to do that?

its ok i got the answer!

System.Diagnostics.Process.Start(@"C:\Help.chm");
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.