Open AlaskanShade opened 8 years ago
I have added CEF (https://github.com/cefsharp/CefSharp/wiki/Quick-Start) to the project and it seems to be working. The only odd part is having to choose a CPU architecture instead of leaving it as AnyCPU. For now, it compiles as 32 bit. I will do some testing before adding a release to Source Fourge.
Commit be1755fb2a72bfad8b5ad55f57479787b4972627 switches browser to embedded Chromium
Internal browser seems to be forced to run IE 6 or 7 which causes script errors. I tried registry settings to force it into edge mode, but I haven't had any luck yet. I will look into using an embedded version of Chrome instead.