![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
howto check if there already are an appointment on day/time | StoltHD | Outlook and VBA | 5 | August 18th 06 11:33 PM |
Image in OLE text, howto? | Maria | Outlook Express | 3 | May 4th 06 10:57 PM |
Automatic BCC for outgoing mail - howto? | Maria | Outlook Express | 8 | March 20th 06 11:44 PM |
CommandbarComboBox-Event in COM Add-In (VB .net 2005) | mcp_virtue | Outlook and VBA | 0 | February 12th 06 10:00 PM |
Help! Inspector.Close is fired before Inspector.Activate handler finishes | Sergey Anchipolevsky | Add-ins for Outlook | 8 | February 9th 06 10:51 AM |