Microsoft.Web.WebView2 sample program from Microsoft

  • Thread starter Thread starter cupboy1
  • Start date Start date
C

cupboy1

Guest
The program fails on this line of code:


this.Controls.Add(this.webView2Control);

line 217


Object reference not set to an instance of an object

I did not write this code. Microsoft did. Anyone know why their code fails?

The dll is there.

Getting this program to work may be a clue as to why TEdgeBrowser fails in Delphi 10.4

Continue reading...
 
Back
Top