Hello ;
https://foxlearn.com/article/chromium-browser-using-cefsharp-in-csharp-151.html
I am getting errors from your code , these lines :
Cef.Initialize(settings);
this.pContainer.Controls.Add(chrome);
chrome.AddressChanged += Chrome_AddressChanged;
private void Chrome_AddressChanged(object sender, AddressChangedEventArgs e)
chrome.Back();
chrome.Forward();
Cef.Shutdown();
Please , How to fix ?
Thanks for your Help...