Rank: Newbie Groups: Member
Joined: 3/29/2017 Posts: 4
|
Hi, In my project, I wanna embed the EO.webbrowser into the slide of powerpoint, instead of IE webbrowser.
I didn't find the method in the EO.total chm file, so please show some suggestion.
thanks a lot.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will need create a .NET DLL project. That DLL project would serve as a bridge between PowerPoint and EO.WebBrowser. In your project you will need to:
1. Exposes an ActiveX control from your project. You would use this ActiveX control from your PowerPoint slide. Since both creating ActiveX control in .NET and using ActiveX control in PowerPoint are generic programming topics, we do not provide tech support on these topics. However if you search online you should be able to find plenty of information about them; 2. In your C# project your ActiveX control would use EO.WebBrowser to implement whatever feature you want to implement;
Hope this helps.
Thanks
|