I'm writing a little VB6 application to do the following:
1. User chooses a jpeg image
2. Labels it with text
3. Clicks OK - a word document opens with the text & image.
I've used ActiveDocument and bookmarks to handle the text. That works fine. And the user can navigate to an image and I display it on my form in an image object.
Now, how do I programatically insert the jpeg to the Word document?
Thanks.
1. User chooses a jpeg image
2. Labels it with text
3. Clicks OK - a word document opens with the text & image.
I've used ActiveDocument and bookmarks to handle the text. That works fine. And the user can navigate to an image and I display it on my form in an image object.
Now, how do I programatically insert the jpeg to the Word document?
Thanks.