WKWebView functionality for Windows desktops

  • Thread starter Thread starter Darshovitz
  • Start date Start date
D

Darshovitz

Guest
In iOS we have very nice WKWebView: https://developer.apple.com/documentation/webkit/wkwebvie

In Windows I seek to achieve the same idea behind it.

Let us work this out in steps. First step is to ask if we MUST create manged code DLL and do the work in C# ?

If there is some code snippet in C that can make WebBrowser run embedded in my window, that would be lovely.

In that case please supply the code to do that.

WebBrowser Class (System.Windows.Forms)

If we must use DLL for C# because dot net is like that, and this is the way, then here they talk about it: https://support.microsoft.com/en-us...-from-native-visual-c-code-in-visual-studio-n

And I would ask what is the best link for cookbook to do that or maybe above is best?

Finally there is some C# code snippet that would receive from caller C program text URL to load on one event and draw on another event. And would love to have some link/snippet for that as well.

Thank you

D.

Continue reading...
 
Back
Top