How do I display my applications Help in C#? In VB6 I did the following. Thanks.
Code:Private Const HelpCNT = &HB CommonDialog1.HelpFile = App.Path & "\HELPFILE.hlp" CommonDialog1.HelpCommand = HelpCNT Or cdlHelpSetContents CommonDialog1.ShowHelp
|
Results 1 to 3 of 3
|
Click Here to Expand Forum to Full Width |