PPT into PcVue

5 Posts
3 Users
0 Likes
22 Views
ACHT
 ACHT
(@a-chaverotarcinfo-com)
Posts: 161
Reputable Member
Topic starter
 

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

 
Posted : 08/01/2013 8:44 pm
RT
 RT
(@r-toussaintarcinfo-com)
Posts: 38
Eminent Member
 

Have you tried by inserting an OLE file ?

 
Posted : 08/01/2013 10:27 pm
ACHT
 ACHT
(@a-chaverotarcinfo-com)
Posts: 161
Reputable Member
Topic starter
 

With an OLE file, the ppt is visible but is not played.

I don't know how to manage an OLE file ! By VBA ?

 
Posted : 08/01/2013 10:34 pm
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

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

 
Posted : 09/01/2013 8:42 am
ACHT
 ACHT
(@a-chaverotarcinfo-com)
Posts: 161
Reputable Member
Topic starter
 

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.

 
Posted : 09/01/2013 2:20 pm