I am working on a basic calculator and I want to have a Help in it. I've already written it in XHTML. It is about 30 html files and over 30 jpg files (everything in a folder 'help').
Now a I would like to add this all into my Form. I don't know to add it to the Resources and how to open the 'index.html' file. I thing the System.Diagnostics.Process.Start();
is used for such things, but I've never worked with it. The activation event for this will be click on the 'ToolStripMenuItem'.
And my next question is: When I add all the files to the Project and publish the program (so it can be installed) would the System.Diagnostics.Process.Start();
work for every user? Because I don't know in which folder would the program be install.