Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Embed CefSharp browser to replace default IE webbrowser issue

Embed CefSharp browser to replace default IE webbrowser issue

562794142
Advocate Advocate
549 Views
0 Replies
Message 1 of 1

Embed CefSharp browser to replace default IE webbrowser issue

562794142
Advocate
Advocate

Hi,

I am trying to embed a CefSharp browser via maxscript in order to use Chromium WebBrowser instead of default IE webbrowser,followed this links steps,I was stuck,need help,any one know how to continue?

-------------------------------------------------------------------------------------------

2.png

https://www.telerik.com/support/kb/winforms/details/how-to-embed-chrome-browser-in-a-winforms-applic...

 

I trying to use this code to work,unlucky,it need more code to finish:

 

cef_path=@"c:\CefSharp51_x64\"
DotNet.LoadAssembly (cef_path+"CefSharp.dll")
DotNet.LoadAssembly (cef_path+"CefSharp.Core.dll")
DotNet.LoadAssembly (cef_path+"CefSharp.WinForms.dll")
rollout max_test ""
(   
   dotNetControl w_b "CefSharp.WinForms.ChromiumWebBrowser" pos:[0,0] width:700 height:450   
   on max_test open do
   (
      w_b.Load "https://www.msn.com/en-us/"
   )
)
CreateDialog max_test 700 450

 

0 Likes
550 Views
0 Replies
Replies (0)