PPT 2007: Capture Events

G

Girish

Hi,

We are trying to create a PPT 2007 Addin, where in we want to capture some
events on PieChart. How do we do it in VB.NET.

Example of functionality is when we are resizing the pie chart, we should
receive the event so that we can take further action on it like not allowing
resizing beyond certain size.

Any quick help will be appreciated.

Thanks,
Vinayak
 
J

John Wilson

AFAIK you cannot trap an event when a chart is resized.

Maybe you could use the windowselection change event to
A determine the chart was selected
B On the next selection check back to see if the chart has been "oversized"
and put it back to the permitted max.
 

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