Hello All
Do you know a way to insert a powerpoint file into PcVue ?
I search ActiveX but I can not find.
Thanks in advance
Have you tried by inserting an OLE file ?
With an OLE file, the ppt is visible but is not played.
I don't know how to manage an OLE file ! By VBA ?
Try to open it in Web Browser ActiveX
Check this link (I didn't try):
http://www.pptfaq.com/FAQ00189_Control_how_the_browser_opens_PowerPoint_files.htm
Thanks Niko, it's ok with WebBrowser.
I tried yesterday but the file name was not valid !!!
For your information, it's necessary to modify registry :
[HKEY_LOCAL_MACHINESoftwareCLASSESPowerPoint.Show.10]
@="Microsoft PowerPoint Presentation"
"EditFlags"=hex:00,00,00,00
"BrowserFlags"=dword:00000000
dword = 00000000 to open in a browser window
dword = 1 to open in PPT.


