I\'ve been working on a WPF application for a while, and the time has come to attach the CHM format help document to it.
But alas! HelpProvider, the standard way to
Call me crazy, but couldn't you just do:
System.Diagnostics.Process.Start(@"C:\path-to-chm-file.chm");