How do you call the Help file from a Menu (F1)

M

Mark Johnson

How do you call the from NDOC created Documentation.chm file from a Help
Menu or F1.

Will this also work on Compact?

Mark Johnson, Berlin Germany
(e-mail address removed)
 
M

Mark Johnson

Mark Johnson said:
How do you call the from NDOC created Documentation.chm file from a Help
Menu or F1.

Will this also work on Compact?

Mark Johnson, Berlin Germany
(e-mail address removed)
 
C

Chris Capel

Try this:

System.Diagnostics.Process.Start(new
System.Diagnostics.ProcessStartInfo("myfile.chm"));

This won't work on the compact framework, though.

Chris C.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top