Sub OnLButtonDown(ByVal Item, ByVal Flags, ByVal x, ByVal y)
"control1".display=-1*"control1".display
End Sub
想要这个按钮按下 窗口"control1"显示
按钮在按一下 该窗口不显示
最佳答案
如果control1是画面窗口
If Screenitems("control1").Visible=True then
Screenitems("control1").Visible=False
Else
Screenitems("control1").Visible=True
End if
提问者对于答案的评价:
谢谢大家 能给小弟一份WINCC VB VC的语法手册吗 不甚感激
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc269698.html