I have a user manual in the form of a .chm file and need a way to display it in my Winui3 app.
I’ve been trying to use a WebView2 control but either using .NavigateToString() or setting .Source of the WebView2 doesn’t quite work.
I have a user manual in the form of a .chm file and need a way to display it in my Winui3 app.
I’ve been trying to use a WebView2 control but either using .NavigateToString() or setting .Source of the WebView2 doesn’t quite work.