G
Gaurav Vaish
Hi,
I am trying my first hands on COM Add-In for PowerPoint.
I have been able to add a custom-menu (Popup) and a button
(CommandBarButton).
However, I am unable to sink the Click event.
I have implemented IDispEventImpl interface.
The UI is displayed perfectly fine... albeit without any functionality.
One quick question -- what's the value for OnAction property?
I have done it as:
m_objMyBtn.put_OnAction("!")
Is there something more that I need to do?
--
Happy Hacking,
Gaurav Vaish
http://blogs.mastergaurav.com
http://twitter.com/mastergaurav
---------------------------
I am trying my first hands on COM Add-In for PowerPoint.
I have been able to add a custom-menu (Popup) and a button
(CommandBarButton).
However, I am unable to sink the Click event.
I have implemented IDispEventImpl interface.
The UI is displayed perfectly fine... albeit without any functionality.
One quick question -- what's the value for OnAction property?
I have done it as:
m_objMyBtn.put_OnAction("!")
Is there something more that I need to do?
--
Happy Hacking,
Gaurav Vaish
http://blogs.mastergaurav.com
http://twitter.com/mastergaurav
---------------------------