Link to home
Start Free TrialLog in
Avatar of d15193
d15193

asked on

how to communicate with powerpoint viewer dll ?

I'd like to view powerpoint files from within my own application. Is there a way to make calls to the pptview.dll that dies all this display for the powerpoint viewer ?
ASKER CERTIFIED SOLUTION
Avatar of gaohong
gaohong

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of d15193
d15193

ASKER

Thanks for the answer !

But since I'm a a beginner in dll stuff, can you tell me what I have to do next ?
Is autogen an app that will tell me how to make calls to the pptview.dll ?

I'm a bit confused here...

jeroen
Depends on the compiler you use, each have their way to transform
.tlb to stub which your compiler native support, select a automation object, which could perform you wanted. Check online
help for further details, it is not easy, you really need do some
study on the topic.

good luck