Hi,
I attach a test project that explain the problem.
if I load a “home” page in a webbrowser control, and next I navigate with url inside the page…
then if I navigate in the same “home” page, don’t load
regards
Cristian
Same problem with IFramePanel,
but I have a doubt, what is the difference main from IFramePanel and WebBrowser control?
regards
Cristian
for now as a temporary solution, I did so:
If e.Hash <> "" Then
WebBrowser1.Navigate(Application.Url & e.Hash & "?useless=" & Now.Ticks)
End If
in this way the url always changes and I ignore the ‘useless’ parameter
regards
Cristian
another report of minor importance: if you create a webbrowser directly inside a MdiForm no event is fired.
Hi Cristian,
could you please attach your test project ?
Thanks in advance.
Best regards
Frank
Please login first to submit.