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
"Help System" for desktop application based on .NET 2010 , C# and WPF
2.1k Views Asked by L.E. At
2
There are 2 best solutions below
Related Questions in .NET
- file download method in visual studio 2017
- Repository manager receives the wrong connection string in .net core
- MongoDb not connecting C#
- The current .NET SDK does not support targeting .NET Core 6.0. Brand new WPF Project VS Community 2022 17.9.5
- Why Scanning GSI on DynamoDb doesnt work as fast as expected when using CONTAINS?
- Are "blittable types" really unmanaged types for StructLayout Sequential
- Failed to fetch dynamically imported module on Blazor JS Interop
- Problem to upload several images per one request
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Stripe connect payout - throws exceptions
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Convert C# DateTime.Ticks to Bigquery DateTime Format
- Socket.io nodejs server .NET connection
- Producer Batching Service Bus Vs Kafka
Related Questions in DESKTOP
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Record all desktop internet requests and select certain requests and send it to the server
- Matlab *.m MIME type not working on linux POP OS
- Send list of opened tabs from chrome extension to electron application
- Why won't Docker Desktop in Windows launch properly?
- how to create native distributions (installers/packages) for all the supported systems with compose?
- Docker CLI exit status 1
- How to develop a desktop application that can be launched from a right-click on the finder
- How can I create a .desktop file [Desktop Entry] that executes a command in the current directory?
- How to configure XRDP to work with Gnome on Ubuntu 22.04?
- tableau color code one measure ruins subtotal on the crosstab
- Failed to connect a sqlite file in tauri + vue project?
- how to use sqlite in vue.js + tauri.js desktop app?
- Change Icons and a title of the installed application on Windows
- How to limit cpu and memory usage of the whole desktop?
Related Questions in VIEWER
- python pandas tabloo viewer. How to return to interactive prompt?
- Crystal reports using Crystalreportwebformviewer4 in ASP.NET web application
- Forge model viewer Saving the translated 3D object in our servers or S3 and Matricon SDK integration to digitalize the 3D drawing
- viewerjs downloads file instead of displays it
- update time selection in the timeSlider when the user select other dates
- Issue with Nested family filtering by hidding & unhide the elements based on Specific parameter & its value
- How to create a pdf viewer in html?
- Viewer JS in Vue 3
- Viewer is adding two cesium widgets in production when using resium why?
- I want to convert the points in the drawing to the corresponding model space
- How to display Live Stream video with RTMP in viewer from URL stream in Flutter
- If the file is in a BIM 360 or ACC workspace, how to view it in the browser
- Alternatives to IBM Daeja viewONE virtual
- OHIF viewer deployed on Azure blob storage does not work for DicomJson
- Gatsby.js importing *.obj file error - Module parse failed: Unexpected character ' ' (1:1)
Related Questions in HELP-VIEWER-1.0
- HelpLibManager.exe: How to avoid "a file required by help library manager is missing" error box?
- Setting width/height for the help viewer
- Using MS Help Viewer in a new application
- Using the MSDN docs, is it possible to hide or filter inherited members?
- "Help System" for desktop application based on .NET 2010 , C# and WPF
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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