Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

  • *Experts*
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...