![]() |
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
|
|||
|
|||
![]()
Hi,
I m creating a plugin in MS Outlook in VC++ I have implemented the "_IDTExtensibility2" & "IRibbonExtensibility" interface I have added Office::msoControlComboBox control in the Outlook command bar. I have implemented Button click event for the buttons I have added in Outlook command bar. I would like to know how to handle the event when the user types in the editbox of "Office::msoControlComboBox" and hit ENTER KEY in Keyboard. //SAMPLE CODE SNIPPET. .h file BEGIN_SINK_MAP(CButtonWrapper) SINK_ENTRY_INFO(1, __uuidof(Office::_CommandBarButtonEvents),0x1, OnButtonClick , &OnButtonClickInfo) END_SINK_MAP() .cpp HRESULT __stdcall CButtonWrapper::OnButtonClick(LPDISPATCH lpBtnDisp, VARIANT_BOOL *vbCancelDefault) { //Implementation for button click event handler. } Thanks in advance. -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...ddins/201001/1 |
Ads |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
memo board pin in send/receive window | AJS | Outlook Express | 3 | December 16th 07 11:44 PM |
Exchaneg2007 How to schedule the Board Room | Ashpoint | Outlook - Calandaring | 4 | September 12th 07 12:44 PM |
In/Out Board Add-In | BruceS[_2_] | Outlook and VBA | 2 | August 29th 07 05:58 PM |
msoControlComboBox and behavoir | Tom at GSD | Add-ins for Outlook | 3 | September 19th 06 02:59 PM |
desperately trying to get a photo on board | philippe | Outlook - Using Forms | 0 | May 3rd 06 07:36 PM |