RT
要能在程序中不同位置时按F1,自动定位到相应的帮助页去,就跟MSDN那样哈
用什么软件好呢??下载地址是哪里??最好要中文版的哈,英文的也行
我知道好象有个Help Studio,但是它不是免费的啊.

解决方案 »

  1.   

    下载个Visual CHM吧,可以设置这些,不过程序里面也要设置
      

  2.   

    Visual CHM可以??????????
    程序里怎么设置?
      

  3.   

    啥工具都不用
    public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator command, object parameter)
        Member of System.Windows.Forms.HelpSummary:
    Displays the contents of the Help file located at the URL supplied by the user.Parameters:
    parent: A System.Windows.Forms.Control that identifies the parent of the Help dialog box. 
    url: The path and name of the Help file. 
    command: One of the System.Windows.Forms.HelpNavigator values. 
    parameter: A string containing the topic identifier.
      

  4.   

    也可以用HelpProvider
    http://www.java2s.com/Tutorial/CSharp/0460__GUI-Windows-Forms/UseHelpProvidertoLoadCHMfile.htm
      

  5.   

    晕,才发现NDoc是给代码写帮助的,不是给程序写帮助的啊