哪位大侠知道WinCC中用vb调用图片时LoadPicture的用法
哪位大侠知道WinCC中用vb调用图片时LoadPicture的用法,
Dim Image
set Image=ScreenItems("Control")
set Image.picture=LoadPicture("c\**\**.jepg)
我运用的时候脚本诊断中出现“File name or class name not found during Automation operation:"LoadPicture"我写的文件路径明明就是对的,什么原因?
哪位大侠帮帮忙!