Creating menu item programmatically

M

Mike

Hi! I am dealing with Word 2000. I need to create a new menu item on the main toolbar probably between Help and Window. The new menu will drop when clicked and have 3 more submenus(submenu1, submenu2, submenu3). Each of the submenus will have 2 more subsubmenus(subsubmenu1, subsubmenu2). I am having a hard time getting started. Can you point me to any on-line examples on how to do it, please?
Any code examples you can share? I do not even know where to start.

Your help is greatly appreciated,

--Mike
 
J

Jezebel

Help provides examples. Bear in mind, the menu system is actually part of
the Office object model, not intrinsically part of Word. Some of the
terminology is confusing, also. Menus are CommandBars (as are toolbars); the
items on the menu are CommandBarControls.



Mike said:
Hi! I am dealing with Word 2000. I need to create a new menu item on the
main toolbar probably between Help and Window. The new menu will drop when
clicked and have 3 more submenus(submenu1, submenu2, submenu3). Each of the
submenus will have 2 more subsubmenus(subsubmenu1, subsubmenu2). I am having
a hard time getting started. Can you point me to any on-line examples on how
to do it, please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top