CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Microsoft Word

  1. #1
    Join Date
    Feb 2001
    Posts
    14

    Microsoft Word

    I am trying to create an exe in VB that enables me to change the normal.dot menu bar by adding various items. I know I have to use a reference to the Word object library but I am now stuck as to how to do this from VB. I do not wish to do this from VBA within word. Can anybody recomend any books on this subject or even point me in the right direction?

    Kind Regards

    Tom Allitt


  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Microsoft Word

    I've never done it but think you'll have to use the GetMenu, GetMenuItemID, GetSubMenu, and ModifyMenu APIs.


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