A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Handle Key board event for Office::msoControlComboBox



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 19th 10, 06:18 AM posted to microsoft.public.outlook.program_addins
KarthikonIT via OfficeKB.com
external usenet poster
 
Posts: 14
Default Handle Key board event for Office::msoControlComboBox

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:50 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.