Hi,
Put the following code in your application
Dim customWB As New WBCustomizer ' to customise right click inthe browser
Set customWB = New WBCustomizer
Set customWB.WebBrowser = fullAd
customWB.EnableAllAccelerators = False
customWB.EnableContextMenus = False
You first need to add a reference to WBCustomizer.dll
c if it helps
Ateeb.
> Hi All,
>
> I have a web browser control on a form. Does anybody know how I can turn
> off/change the menu that appears by default on a right mouse click on the
> control.
>
> regards
> Bill Crawley