WebBrowser bug

0
0

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

Attachment
  • You must to post comments
0
0

Same problem with IFramePanel,

but I have a doubt, what is the difference main from IFramePanel and WebBrowser control?

regards

Cristian

  • You must to post comments
0
0

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

  • You must to post comments
0
0

another report of minor importance: if you create a webbrowser directly inside a MdiForm no event is fired.

  • You must to post comments
0
0

Hi Cristian,

could you please attach your test project ?

Thanks in advance.

Best regards
Frank

  • Cristian Zerbinati
    ops, the upload was broken, I have re-upload now
  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.