Hi All,

I have a TWebBrowser successfully downloading html pages
and displaying them.  When I right click on the TWebBrowser,
I get the standard IE6 menu (Back, Forward, Save Background as .. )
which I don't want.  I'm using XP HE, D7.  

I built a popupmenu and added the click features I do want the
TWebBrowser to show the user, and I set the TWebBrowser's
"PopupMenu" property to that popup menu.  

It doesn't work.  When I right click on the TWebBrowser at run time,
I still get the IE6 menu!

The "PopupMenu" property box has a "+" in the object inspector, so
I checked the sub items and they all look OK to me:

AutoPopup            True
Items                     has the menu items on my popup menu
TrackButton           tbRightButton

So none of those are obvious problems.  

Does anyone know how to change the IE6 popup menu to another
popup menu of my own design?

Thanks,
Rich
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to