发布于 2004-06-20 13:52:11
0楼
In the following example, the "test.pdl" picture is displayed in the "ScreenWindow" picture window when executing the action:
'VBS126
Dim objScrWindow
Set objScrWindow = ScreenItems("ScreenWindow")
objScrWindow.ScreenName = "test"
这是wincc的help里面的。