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?
Printable View
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?
thanks. that's perfect.
also, I see there is not helpkeyword etc for menu items. only controls?