C#C
C#2y ago
Denis

✅ Best practices for WPF context aware documentation

All projects in the company I work at are made in WinForms .NET 4.8 and provide CHM help file documentation.

The new project I'm working on is in WPF .NET 8. And for whatever reason I'm unable to reference the System.Windows.Forms reference to access the Help class necessary for opening the CHMs.

Yes, I can do process open, but I'd love to be able to open the documentation on a specific page, based on context.

So, I've been thinking whether there is a better alternative for application help documentation.

Is there? What would you recommend
Was this page helpful?