C
Christofer Dutz
Hi,
I have created a Word form and want to be able to let the user add an
image to the form. For this I added an Image-From-Field and a button.
If the user presses the button a FileChooser dialog opens and the user
can choose the image. It is then loaded using the folowing code:
Image1.Picture = LoadPicture(vrtSelectedItem)
This does it's work fine. Unfortunately the image is loaded into the
document and placed in the right spot, but I have to minimize Word and
make it big again or scrol to the next page and back to make it visible.
How can I prevent this and make Word update the Image right away?
Chris
I have created a Word form and want to be able to let the user add an
image to the form. For this I added an Image-From-Field and a button.
If the user presses the button a FileChooser dialog opens and the user
can choose the image. It is then loaded using the folowing code:
Image1.Picture = LoadPicture(vrtSelectedItem)
This does it's work fine. Unfortunately the image is loaded into the
document and placed in the right spot, but I have to minimize Word and
make it big again or scrol to the next page and back to make it visible.
How can I prevent this and make Word update the Image right away?
Chris