View Single Post
  #4  
Old November 7th 06, 02:18 PM posted to microsoft.public.outlook.program_addins
Andrei Smolin
external usenet poster
 
Posts: 3
Default HOWTO: Get the CommandBarComboBox event on the inspector

tonyl,

If you write in .NET, then check out Add-in Express .NET. It provides
design and run-time support for Outlook Explorer and Inspector
CommandBars (toolbars) and controls as well as for Outlook Property
pages. It aslo allows intercepting keyboard shortcuts and built-in
controls. See http://www.add-in-express.com/add-in-net/ .

Andrei Smolin
Add-in Express Team Leader

tonyl wrote:
I have successfully created the commandbar comboBox for each inspector.
However, I don't know to trigger the OnAction event of that commandBarComboBox.
Is it the same as the comboBox on the main application event?

Regards,
Tony


Ads