Help on using Help Class
-
Hi everyone, I created a help project, now I want to display the help project when the user clicks a menu. But I can't use the Help class the codes below is giving me error. private void mnuUserGuide_Click(object sender, System.EventArgs e) { Help.ShowHelp(this, helpProvider1.HelpNamespace); } error: The type or namespace name 'ShowHelp' does not exist in the class or namespace 'Help' (are you missing an assembly reference?) Please advice and thanks in advance!
-
Hi everyone, I created a help project, now I want to display the help project when the user clicks a menu. But I can't use the Help class the codes below is giving me error. private void mnuUserGuide_Click(object sender, System.EventArgs e) { Help.ShowHelp(this, helpProvider1.HelpNamespace); } error: The type or namespace name 'ShowHelp' does not exist in the class or namespace 'Help' (are you missing an assembly reference?) Please advice and thanks in advance!
Ahh...i'm so stupid:mad:. I created a namespace "Help".