PowerPointAutomation PowerPoint Events Problem!

W

waheed iqbal

I am using PowerPoint Automation with late binding i.e i m using
CreateObject("PowerPoint.Application"). But im unable to register Events Of
powerpoint with LateBinding. if i try to register any eventhandler with
object i get compile time error.
Is there any way to use Events of powerpoint in late binding case.
 
B

Badhris

waheed iqbal said:
I am using PowerPoint Automation with late binding i.e i m using
CreateObject("PowerPoint.Application"). But im unable to register Events Of
powerpoint with LateBinding. if i try to register any eventhandler with
object i get compile time error.
Is there any way to use Events of powerpoint in late binding case.


Hi,
The problem would that u might not have administrator permission. If u can
say what is error message u r getting then it would b clear.... When u get
the error message a error number will be displayed try that number by
searching in MSDN.
 
W

waheed iqbal

Dear Badhris

my question is this
I am using late binding i.e im creating

dim powerPoint as Object=CreateObject(""PowerPoint.Application")
now i have generic object and i want to register events .
As u know that generic object class dont raise any event so i got error at
compile time i.e object doesnot raise any event
 

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