Welcome Guest Search | Active Topics | Sign In | Register

Dulplicate .net webbrowser Options
Rick Morayniss
Posted: Tuesday, December 31, 2013 10:52:15 AM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
I am testing your webBrowser control as a replacement for the .net webBrowser control.

I need to know how to duplicate a few of the methods that are in use in the version 1 of my app.
Here are the methods that I need to duplicate.
Navigating
DocumentCompleted (Most important of all)
ProgressChanged


Thank you for your help.
eo_support
Posted: Tuesday, December 31, 2013 10:56:41 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

You would use these two instead:

http://www.essentialobjects.com/doc/6/eo.webbrowser.webview.isloading.aspx
http://www.essentialobjects.com/doc/6/eo.webbrowser.webview.isloadingchanged.aspx

We do not have an equivalent for ProgressChanged for regular document. For a download, you would handle this event:

http://www.essentialobjects.com/doc/6/eo.webbrowser.webview.downloadupdated.aspx

See here for more information about how to handle download:

http://www.essentialobjects.com/doc/6/customize/download.aspx

Hope this helps.

Thanks!
Rick Morayniss
Posted: Tuesday, December 31, 2013 10:59:05 AM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
Thanks. I will give it a try a little later and let you know the results.
Rick Morayniss
Posted: Tuesday, December 31, 2013 11:09:35 AM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
I need a little more help.
My old code
private void wbSolar_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
{
}
The e returns the url that was loaded. I need that URl to load other functions.
private void wbSolar_WebView_IsLoadingChanged(object sender, EventArgs e)
{}
does not return to me e.URL
eo_support
Posted: Tuesday, December 31, 2013 11:13:11 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

Please spend a moment to take a look of the reference section and the sample app. Everything is there. We are very happy to help you using our product, but we are not shortcut for you to skip the documentation.

Thanks!
Rick Morayniss
Posted: Tuesday, December 31, 2013 11:14:34 AM
Rank: Advanced Member
Groups: Member

Joined: 12/30/2013
Posts: 68
fair enough, sorry


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.