Using F1 Help (CHM format) With WPF

前端 未结 5 1238
囚心锁ツ
囚心锁ツ 2020-12-09 03:57

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

5条回答
  •  眼角桃花
    2020-12-09 04:24

    Call me crazy, but couldn't you just do:

    System.Diagnostics.Process.Start(@"C:\path-to-chm-file.chm");
    

提交回复
热议问题