FuneralofSmiles Posted December 7, 2003 Posted December 7, 2003 Hello, I am working on a small comic book database for a friend of mine and I built an HTML help file that I want to be able to launch from a menu item. Can anyone help me which how to do so? Also, when I do this, will it use the default browser or am I going to have to specifiy a specific brower? Thanks for all your help and happy holidays, funeralofsmiles Quote
*Experts* mutant Posted December 7, 2003 *Experts* Posted December 7, 2003 If you simply wish to start a normal HTML file then look into the Prcoess class and its Start method. System.Diagnostics.Process.Start("filename") If it is a compiled HTML Help file, look into Help Provider control, it will help you with manipulating HTML help files. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.