Tagged Questions

5
votes
3answers
785 views

Get a list of topics from a chm file in C#

I am trying to get a chm file to open to a specific topic using c# code. I have tried using Help.ShowHelp(this, path, HelpNavigator.Topic, "TopicTitle"); but it doesn't find the page. I must not ...
4
votes
2answers
548 views

Context help in Visual Studio

Is there a way to change the context sensitive help in Visual Studio so that it will only search against the text under the caret instead of a complilation error in your code? More info: After you ...
2
votes
1answer
248 views

Sandcastle setup - Navigation to webpage was canceled

I am try to use Sandcastle Help File Builder, but can't quite get it to work. Here is what I have done: 1) installed the program; works like normal 2) enabled xml in the project I want documentation ...
2
votes
5answers
299 views

How to create a help file

I want to create a help file opens when pressed F1 anytime. How to create it and include to code?
0
votes
1answer
199 views

C# wpf html help file

C3, WPF, Windows 7, Microsoft Ribbon, Visual studio 2010, dotnet 4.5 I would like to write the help files in html and include them inside the .exe file as an resource. Is there a way of telling the ...
0
votes
3answers
188 views

Help files .. formats?

I found this interesting discussion regarding help file formats and the future direction they may take. We are at a crossroad with our new .NET project in that we need to decide on the best format for ...