Rank: Newbie Groups: Member
Joined: 4/27/2016 Posts: 5
|
hi
I want to use a preloadtask object and the webviws.preload method but it don't works I have the code : Private myPreloadTask As EO.WebBrowser.PreloadTask
Public Function PreLoadDone(WebView As EO.WebBrowser.WebView, args As Object) As Object
Return Nothing End Function Private Sub myForm_Load(sender As Object, e As EventArgs) Handles myForm.Load
myPreloadTask = EO.WebBrowser.WebView.Preload(600,400, "http://fr.yahoo.com", AddressOf PreLoadDone, Nothing)
end function
but I never go in my function PreLoadDone
best regards
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi,
We have tested it here and it seems to work fine. The page does take a long time to preload. However if you wait long enough, it will eventually finish preloading. It took 2 to 3 minutes during our test.
Thanks!
|