Rank: Member Groups: Member
Joined: 11/7/2008 Posts: 16
|
I need to use EO.WebBrowser and would like to know if there is a benefit to using it in WPF compared to a windows form project?
Thanks!
Scott
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,200
|
Hi,
From EO.WebBrowser's point of view it doesn't matter whether you use WPF or Windows Forms. The core features, which is packed inside EO.WebBrowser.dll, does not rely on either platform. Two additional thin wrappers are provided, one for WPF and one for Windows Form to make it easier for you use EO.WebBrowser with those platforms. But you don't even have to use the wrapper at all because all the real things are inside EO.WebBrowser.dll.
As such for you to decide which platform to use, you only need to consider factors on your side, not on the EO.WebBrowser.dll side. For example, if you are more familiar with WPF, then you might want to choose WPF. Or if you have an existing project in Windows Forms, then you might want to choose Windows Forms. Whichever option you choose, you get the same set of features from EO.WebBrowser.
Thanks!
|
Rank: Member Groups: Member
Joined: 11/7/2008 Posts: 16
|
Thank You!
|