hi , I navigate the web browser to google ...i want to change the context menu..I want that when the user right click on google in Web Browser in project---I add my own context menu items..is it possible & change the default one? I hope u get mine question.
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
WebBrowser1.Navigate("www.google.com")
End Sub