Hello guys,
I need help with some C# command that will allow users to click on a button in a menu strip that will launch a .chm help file. I have the file built and ready but in what directory for my C# project do I put it in? What are the threads or strings to have it launch from the menu? If it requires a filepath, please be specific as to what it is. I have tried the "System.Diagnostics.Process.Start("Filepath"); thing but the compiler wouldn't accept it. It stated that it was being handled as Unicode Character. Any help with this command would be very appreciated. Thank You in advance.