[求助]如何加入帮助文档
请问如何在VB.net里加如帮助文档呢?我的帮助文档格式为help.chm
加入后测试运行点帮助按钮没什么反映啊。。。。
我的语句是
Dim comm As String
comm = Application.StartupPath & "/help.chm"
System.Windows.Forms.Help.ShowHelp(Me, comm)
请问如何在VB.net里加如帮助文档呢?我的帮助文档格式为help.chm
加入后测试运行点帮助按钮没什么反映啊。。。。
我的语句是
Dim comm As String
comm = Application.StartupPath & "/help.chm"
System.Windows.Forms.Help.ShowHelp(Me, comm)