|
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.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
|
|
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.
|
|
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
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
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!
|
|
Rank: Advanced Member Groups: Member
Joined: 12/30/2013 Posts: 68
|
fair enough, sorry
|
|