Hi Ramya, The System.Windows.Forms.WebBrowser control has a public property IsWebBrowserContextMenuEnabled. Set this boolean to FALSE, so the Context menu would not be displayed. BTW, just as a passing reference, do remember that context menu can also be displayed using the keyboard. So setting this property of webbrowser would take care of both the 'Keyboard' and 'Mouse - Right click' related ways of displaying the context menu. Regards, vinSharp There are two kinds of fools in this world: One who give advice and the others who do not take it...:laugh: