I think there is a very easy solution to this:
Use Microsoft's Web Browser ActiveX Control (it already exists in yours and every Windows machine, so you do not need to deploy anything
related to it) to display dynamic pictures (provided that those pictures are of a type 'supported' by Internet Explorer), say you add to the Panel
such a control named WBDYNPICLO , then you can do a single line VBScript to 'load' the dynamic picture when the appropriate 'Grid Line' is selected as:
On Error Resume Next
WBDYNPICLO.Navigate &(1:)
Where &(1:) would have contents like (just an example): file://YourPicturesFileServerURLPath/YourDynamicImage_nnnnnnnn_yyyy_mm_dd.jpeg
Best Regards,
Nikos