CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    5

    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

  2. #2
    Join Date
    May 1999
    Posts
    45

    Re: URGENT!! How do I add menuitems to an existing menu



    Check NegotiateMenu and NegotiatePosition properites, It is much easier in VB than VC.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured