Question:
How can I update an image in E3 just by replacing this image in the original folder with another one with the same name?
Solution:
To do so, you must insert an MSForms’ Image object onto screen by right-clicking it and selecting the option Insert–MSForms–Image; then, locate the image via Picture property.
With the application running, the image that has been modified must be updated via the following script:
Screen.Item(“Image1”).Picture = LoadPicture(“C:\Image.jpg”)