PDA

View Full Version : Add Menu Item



pdavis
2008-03-01, 12:27 AM
Is the API the method to use to add a menu item?

We have created an Internal Help file with our process, standards, tips, etc and I would like to add that to the Help pulldown menu.

I wanted to know if this is possible before I spend too much time investigating how I am going to get it done. Our internal programming group has made me new toolbar buttons, but they have been re-tasked and have not been able to determine if they could make a menu item.

Thanks.

mmason.65315
2008-03-01, 02:23 PM
Yes,
Inside of an ExternalApplication, you can create Menu Items and toolbars.

Application.CreateTopMenu
Application.CreateToolbar

-Matt