Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Add-ins for Outlook (http://www.outlookbanter.com/add-ins-outlook/)
-   -   HOWTO: Get the CommandBarComboBox event on the inspector (http://www.outlookbanter.com/add-ins-outlook/29387-howto-get-commandbarcombobox-event-inspector.html)

tonyl October 9th 06 11:58 AM

HOWTO: Get the CommandBarComboBox event on the inspector
 
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



Tagman October 9th 06 04:32 PM

HOWTO: Get the CommandBarComboBox event on the inspector
 
Using VC++, I have tried adding the event handler similar to the
OnNewInspector. However, it is not work. how can I add the OnChange
event for the commandbarComboBox (I create that comboBox on each
inspector window)?

Regards,
Tony

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



Ken Slovak - [MVP - Outlook] October 9th 06 04:36 PM

HOWTO: Get the CommandBarComboBox event on the inspector
 
OnAction isn't an event, it's a property. It's there in the Object Browser
for a CommandBarComboBox control in the Office tlb.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"tonyl" wrote in message
m...
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




Andrei Smolin November 7th 06 02:18 PM

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




All times are GMT +1. The time now is 01:48 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com