Inserting a Picture from VB .NET

I

imranmp

I have an application where users can print out a flyer to word document.
They have a choice of number of picture to insert into the flyer; i am able
to insert the picture using wordApp.Selection.InlineShapes.AddPicture().

The problem is that i want to format the picture so certain specifc size and
also insert it in a specific place.

i also want the users to be able to choose from a number of pre-made
templates, basically these will have a default picture inserted and formated.

so when a user selects a template file, i want see how many inserted
pictures there are in that template, and then replace those default pictures
with the ones selected by the user - keeping the format and size of the
template pictures. - basically replacing the pictures. - how can i do this??

or is there any other better solution? please help!!!

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top