Rank: Newbie Groups: Member
Joined: 2/15/2021 Posts: 1
|
What is the difference between EO.WebBrowser.WinForm.WebControl and EO.WinForm.WebControl?
I am trying to analyze and old projects cleanup code where there is a check for EO.WebBrowser.WinForm.WebControl however the Webpage type content is coming in as EO.WinForm.WebControl - and is thereby missing any real clean up and is only removing the WindowsFormsHost.FrameUserControl from the grid. Nothing is cleaning up the original WebView that was created.
Thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
EO.WinForm.WebControl is the equivalent of EO.WebBrowser.WinForm.WebControl in newer versions. EO.WebBrowser.WinForm.WebControl no longer exists after version 2017 and has been replaced with EO.WinForm.WebControl. So you should change your code to use EO.WinForm.WebControl instead.
Thanks!
|