Click to See Complete Forum and Search --> : URGENT!! How do I add menuitems to an existing menu


Henrik
March 23rd, 1999, 03:02 AM
HELP!


I want to add items to the view and tools menus of Internet Explorer. I have an ActiveX control and an ActiveX document which has to be able to add itemt to theese menus.


It's easy to add a new submenu but I can't find a way to add a single item to an existing submenu. It can be done in Visual C++ so in some way it must be possible.


Please help! Preferably with some code.


TIA


Henrik

Vinayak Sapre
March 23rd, 1999, 03:17 PM
Check NegotiateMenu and NegotiatePosition properites, It is much easier in VB than VC.