URGENT!! How do I add menuitems to an existing menu
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
Re: URGENT!! How do I add menuitems to an existing menu
Check NegotiateMenu and NegotiatePosition properites, It is much easier in VB than VC.