Rank: Newbie Groups: Member
Joined: 4/2/2015 Posts: 9
|
Is there a c# WinForm sample source code like WPF TabbedBrowser one?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
No. There isn't anything particular about Windows Form. The core EO.WebBrowser class is EO.WebBrowser.WebView. This class does not depend on Windows Forms or WPF. So all the code related to this class will be the same for any platforms. The main thing that would be different is how you create the WebView. We provide a WPF wrapper class to help you easily create a WebView in WPF environment and a Windows Form wrapper class for this same purpose in Windows Form application. Everything else is the same.
Thanks!
|