CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: make help file

  1. #1
    Join Date
    Apr 2005
    Posts
    298

    make help file

    I come from VB6 and html help files. How do I make help files for C# programs? I used to make files with #defines helpIDs. I guess this is different?

    And how do I call them? with the helpProvider?

  2. #2
    Join Date
    Oct 2005
    Location
    Islamabad, Pakistan
    Posts
    1,277

    Re: make help file


  3. #3
    Join Date
    Apr 2005
    Posts
    298

    Re: make help file

    thanks. that's perfect.

    also, I see there is not helpkeyword etc for menu items. only controls?
    Last edited by FoodBard; June 9th, 2006 at 05:29 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured