[Mono-bugs] [Bug 419857] New: event WebBrowser_Navigating not work

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Aug 23 16:18:13 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=419857


           Summary: event WebBrowser_Navigating not work
           Product: Mono: Class Libraries
           Version: 1.9
          Platform: x86
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: maxwell.adsl at msa.hinet.net
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


below is my code, no any effect

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
        WebBrowser1.Navigate("http://www.msn.com")
End Sub

Private Sub WebBrowser1_Navigating(ByVal sender As Object, ByVal e As
System.Windows.Forms.WebBrowserNavigatingEventArgs) Handles
WebBrowser1.Navigating
        MsgBox("URL:" & e.Url.ToString)
End Sub


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list