R
Ryan
Hey all,
This is a relatively easy issue to combat if I choose to use the VB (active
X) method to place an image in a document. However, I would really like to be
able to do this with the Picture Content Control in the dev tab, that has
tags included with it.
Is there a method/property to gain access to what image the picture content
control displays on load.
I know for example for an active X control named test, it could be said that
test.Picture = loadPicture("Location")
but as far as I can see thus far, I cannot find a way to do this with the
picture content control.
(the purpose for doing this is so that when a user updates an image in an
image directory, the word doc is forced to be upgraded as well)
Thanks,
- Ryan
This is a relatively easy issue to combat if I choose to use the VB (active
X) method to place an image in a document. However, I would really like to be
able to do this with the Picture Content Control in the dev tab, that has
tags included with it.
Is there a method/property to gain access to what image the picture content
control displays on load.
I know for example for an active X control named test, it could be said that
test.Picture = loadPicture("Location")
but as far as I can see thus far, I cannot find a way to do this with the
picture content control.
(the purpose for doing this is so that when a user updates an image in an
image directory, the word doc is forced to be upgraded as well)
Thanks,
- Ryan