R
Ravikumar
I have created a com addin for the Outlook. On my toolbar button press, I am
popping a dialog.
I am using MFC/C++ language to create my addin.
Could anyone suggest how to use keyboard accelertor to open my dialog from
my addin. Say pressing F8 I would like to see my dialog.
I have tried this but could not get sucess.
Added accelerator resource for VK_F8 into my addin's RC file. I have handled
the oncommand event for the F8 button into the Application class(I cant find
any other place to handle).
On execution the oncommand event for the F8 button is not executing at all.
Break point is not hitting to my application class event.
popping a dialog.
I am using MFC/C++ language to create my addin.
Could anyone suggest how to use keyboard accelertor to open my dialog from
my addin. Say pressing F8 I would like to see my dialog.
I have tried this but could not get sucess.
Added accelerator resource for VK_F8 into my addin's RC file. I have handled
the oncommand event for the F8 button into the Application class(I cant find
any other place to handle).
On execution the oncommand event for the F8 button is not executing at all.
Break point is not hitting to my application class event.