wpfvb.netmvvmchmhelpfile

Create and integrate a Help File for WPF vb.net


I would like to implement a F1 help/user guide for my WPF MVVM vb.net project but I can't seem to even create a project for it.

So I've done some searching and a lot of answers to this question on here are over 5 years old and most of the links are broken so I'd like to get a more up-to-date answer.

I also found this msdn page, which talks all about a HTML help project (.hhp) in visual studio, yet I cannot seem to find it.

https://msdn.microsoft.com/en-us/library/windows/desktop/ms524279(v=vs.85).aspx

My life is also made that bit harder by the fact that the PC I write code on isn't connected to the internet.

Any help appreciated


Solution

  • There is an alternate way to do this. When you press F1 key on the keyboard , an addition window with a tree structure comes of. That is totally written in HTML and CSS.

    Have a look at Microsoft HTML Help Workshop.