I would like to open a .chm file whenever a specific menu item is selected.
How do I do that in a C++ WinForms application?
The C# code uses the Process class:
Hope this helps.