P
Papp
hi
Is there any way to insert a picture from a visual basic application
into a visio document by automation (using "Microsoft Visio 12 Type
Library")?
I tried to insert images by InsertFromFile but it creates a non
removable subtitle
I tried to embed an Image (OLEObject) into a document and change its
picture property, failed.
Set OLEToolImage.Object.Picture = RHS
results
Run-time error '-2147418113 (8000ffff)'
Method 'Picture' of object 'IImage' failed
Thanks for any help
Is there any way to insert a picture from a visual basic application
into a visio document by automation (using "Microsoft Visio 12 Type
Library")?
I tried to insert images by InsertFromFile but it creates a non
removable subtitle
I tried to embed an Image (OLEObject) into a document and change its
picture property, failed.
Set OLEToolImage.Object.Picture = RHS
results
Run-time error '-2147418113 (8000ffff)'
Method 'Picture' of object 'IImage' failed
Thanks for any help