S
Steve S.
I'm automating Word from C++ (imported msword8.olb & using tlh / smart
pointers ). Not using MFC.
I've been at this one for 3 days - still can't pull it off ... time
constraints have me almost behind
the 8 ball on this one....
What I'm trying to do is the following:
a) Create a new document (no problem there)
b) I have 5 metafiles where I loop through and have to insert 1 metafile per
word page. Using:
m_pWord->ActiveDocument->Shapes->AddPicture( ) for this.
The problem - the pages are added ok - however - all metafiles end up
overlayed on the 1st page...
I have tried moving to the different pages as they are added ( I see this
happening since I make Word visible and put a pause between page adds /
image adds ) - but to no avail - all metafiles end up on the 1st page...
Has anyone done a similar thing in C++?
Thanks in advance.
Steve.
pointers ). Not using MFC.
I've been at this one for 3 days - still can't pull it off ... time
constraints have me almost behind
the 8 ball on this one....
What I'm trying to do is the following:
a) Create a new document (no problem there)
b) I have 5 metafiles where I loop through and have to insert 1 metafile per
word page. Using:
m_pWord->ActiveDocument->Shapes->AddPicture( ) for this.
The problem - the pages are added ok - however - all metafiles end up
overlayed on the 1st page...
I have tried moving to the different pages as they are added ( I see this
happening since I make Word visible and put a pause between page adds /
image adds ) - but to no avail - all metafiles end up on the 1st page...
Has anyone done a similar thing in C++?
Thanks in advance.
Steve.