Industry Online Support
Technical Forum
8/14/2008 8:49 AM | |
Posts: 4 Rating: (0) |
Could somebody help me with ActiveX components in WinCC? I maked ocx with some functions reading message with psMessage ShowMessage do show message from psMessage in ocx control ShowMsgboxMessage do show message box with message read with psMessage Every time I try to call this functions Runtime fall down with error. VB script1: Dim my_object Set my_object = HmiRuntime.Screens("Screen_1").ScreenItems("UserControl1_1") my_object.psMessage("text") VB script2: Dim my_object Set my_object = HmiRuntime.Screens("Screen_1").ScreenItems("UserControl1_1") my_object.ShowMsgboxMessage Thank you for help Attachmentocxtest.zip (99 Downloads) |
Follow us on