PowerPoint COM Add-In -- Newbie Help Required

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top