I use the VS help, see screenshot below. Is that a lot different? How do you get context-sensitive help, i.e. user has selected CreateWindowEx and hits F1 or selects menu as shown in screenshot below? Is that what you mean with "favorites"? Your solution with C:\Program Files\Microsoft Help Viewer\v1.0\HlpViewer.exe launches the viewer but it pretends that there is no content installed ::)
Hallo,
the favorites list is on the left side in the picture, there is different information about the types and macros for assembler, and other information regarding the features of the assembler.
"C:\masm32\jWasm\Microsoft Help Viewer\v2.2\HlpViewer.exe" /catalogName VisualStudio14 /helpQuery "method=f1&query=masm"
The lines above are responsible for finding specific information - "method=f1&query=masm", where the word "masm" search request, /catalogName VisualStudio14 indicates the version of the studio and the version of the catalog.
This message goes out through the launch of a shortcut? Directory address is prescribed in the system, the path can be seen in the tab "Manage Content". All these lines are added to the shortcut properties in the line "Target".
Your path will be - "C:\Program Files\Microsoft Help Viewer\v1.0\HlpViewer.exe" /catalogName VisualStudio10 /helpQuery "method=f1&query=CreateWindowsEx"
The second solution may be the "C:\masm32\jWasm\Microsoft Help Viewer\v2.2\HlpViewer.exe" /catalogName VisualStudio14 /helpQuery method=f1&query=msdnstart /locale en-US /launchingApp Microsoft,VisualStudio,14.0
Your solution is also very cool! In the RadAsm 2.2 this function is unfortunately not implemented.
Visual Studio 2010
Visual Studio 2010 ships with Help Viewer 1.x. Help Viewer 1.x supports a custom ms-xhelp:/// protocol that you can use anywhere you can use an http:// url to link to the f1 keyword you created.
Here's an example ms-xhelp:/// uri you can use in a shortcut or as a command line from your application:
ms-xhelp:///?method=f1&query=InnovasysDocsStartPage&product=VS&productversion=100&format=html&locale=EN-US
Maybe directory error occurs because versions of Assistant?