canceling WebBrowser.Navigating event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Seems like we cannot cancel the navigating event from a webbrowser control
by setting
WebBrowserNavigatingEventArgs.Cancel = true

Is this a known bug or it's me?
 
I have the same issue with the navigating event. It is not working how it is
documented. The Cancel does not work nor does the
WebBrowserNavigatingEventArgs.url. It always is null.

Because of this, I cannot use my own navigation with my own DocumentText.
WebBrowser must always be backed by true files or true URLs.

Please help.
 
Back
Top