Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Re: Web Browser Control


Message #1 by "Ateeb" <ateeb@a...> on Thu, 29 Mar 2001 11:37:17
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


  Return to Index