Still having problems with this. The item does not show up on the Tools menu
in Outlook 2007. I looked at this code here
http://msdn.microsoft.com/archive/de...ce06062002.asp
and copied it into an empty VB.NET 2005 COM project but when I run it the
item I wnat still does not appear!! Have you any more examples? Thanks in
advance!
"Sue Mosher [MVP-Outlook]" wrote:
CommandBar.Controls.Add is the method you use to add new items to any CommandBar in the Explorer.CommandBars collection.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Rudy" wrote in message news
Does anyone know how to do this? I have seen code on anding additional Menu,
but not how to add items to existing ones. Thanks in advance!