Click to See Complete Forum and Search --> : make help file


FoodBard
June 8th, 2006, 09:43 AM
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?

aniskhan
June 8th, 2006, 09:02 PM
Making of Help (http://www.devcity.net/Articles/114/1/makingofhelp.aspx)

FoodBard
June 9th, 2006, 05:25 AM
thanks. that's perfect.

also, I see there is not helpkeyword etc for menu items. only controls?