hi

i am trying out Win32::OLE to insert a picture to a
Word doc.

.....
  $msword->{Visible} = 1 ;    
  $msword->{DisplayAlerts} = 1 ;
  my $doc1 = $msword->Documents->Add() ;          
  $doc1->Shapes->AddPicture("D:\logo.gif",0,1);

...

The picture doesn't show up in the word doc.
Is this the correct why to insert pictures into Word
using OLE? I saw another Class called InlineShapes.
Should i use that instead?
thanks


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to