convert Cefsharp offscreen to winform

632 Views Asked by At

Is it possible to convert cefsharp.offscreen browser to cefsharp.winform ?

In my project I want to work with offscreen but sometime need to see what happened in browser so i need to show browser for small time ...

Also i know i can use from cefsharp.winform and load page/browser in new winform and then after create form hide that however I want minimal usage of ram,cpu,etc so I think offscreen is better for performance.

so if i can convert offscreen to winform i can show browser only when i need and etc...so have any solution ?

0

There are 0 best solutions below