keep source formatting is missing in higher ppt versions

G

ginnijoseph

hi,

In my project ,im able to perfectly import ppt files in ppt version 2000 and
below ,here i use the function of microsoft,
long Slides::InsertFromFile(LPCTSTR FileName,long Index, long
SlideStart,long SlideEnd)
But in ppt versions higher than than 2000 ,i call the same ppt function
,InsertFromFile(),
here in the case i import the ppt file excluding the first image,then the
background is entirely lost.Could u pls advice.
 
Top