Hi all,
I have a problem by changing the caption of a picture in a correct way.
Up to now its moreless a "lottery", when more then one picture is open.
I am using the following code to change the caption (as common)
in the initiailize() Code.
Is there maybe a new function existing, which works correct, even when more then one picture will open by the system.
Best regards
Richard
I have a problem by changing the caption of a picture in a correct way.
Up to now its moreless a "lottery", when more then one picture is open.
I am using the following code to change the caption (as common)
in the initiailize() Code.
Code:
Dim objFixPic as Object
set obiFixPic = createObject("Workspace.Application")
objFixPic.ActiveWindow.Caption =" My Title Caption"
set objFixPic = Nothing
Best regards
Richard