开发者

"Help System" for desktop application based on .NET 2010 , C# and WPF [closed]

开发者 https://www.devze.com 2023-01-23 03:09 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions 开发者_开发知识库seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 4 years ago.

Improve this question

I searched for some time but could not find any answer that give me clear idea. so i am posting my question. I am working on desktop application on .NET 2010, C# , WPF as front end and SQL 2008 back end. I was looking at the options of include context sensitive help. I looked for MS Help Viwer 1.0. It looks promising but what other options do I have to add Help in my application? There is one more Microsoft HTML help 1.4 available on MSDN. Which one is best help engine available that works well with .NET based application? Any suggestions is appreciated. Thanks, N Avatar


This is a good question, and also not an easy one to do right. I've done it myself in the past, and the amount of knowledge you'll need is too much for this forum. However, I did find a post at another forum with several helpful links.

http://social.msdn.microsoft.com/Forums/en/devdocs/thread/207a4158-18ac-4227-b430-93d54414c5cc

When I did mine, I used HtmlHelp to create Help (.chm) files, and linked them into the program using the HelpProvider.

In retrospect, the process was so painful that I instead focused on making applications so intuitive that help was not necessary. (This is a good design idea if you can pull it off, and is once again getting focus in the development community under the moniker "Self-Evident Computing".)

Edit

THIS links will probably be the most useful for you: http://msdn.microsoft.com/en-us/library/2ksk25ts.aspx


Try robohelp. It is not cheap but easy to use and will save you a lot of time.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号