Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Help on using Help Class

Help on using Help Class

Scheduled Pinned Locked Moved C#
helpquestion
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lagumaster
    wrote on last edited by
    #1

    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!

    L 1 Reply Last reply
    0
    • L lagumaster

      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!

      L Offline
      L Offline
      lagumaster
      wrote on last edited by
      #2

      Ahh...i'm so stupid:mad:. I created a namespace "Help".

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups