hemant
January 27th, 1999, 05:48 PM
I am trying to call an ActiveX control method from VBScript. The code looks like this.
MyControl.GetNodePosition theNode, PosX, PosY
Mycontrol would set the values of PosX and PosY. This function call works fine in VB but in VBScript this causes a type mismatch error.
I understand that the modification of argument is not allowed in VBScript. Does this mean that this ActivX control methods are unusable in VBScript?
MyControl.GetNodePosition theNode, PosX, PosY
Mycontrol would set the values of PosX and PosY. This function call works fine in VB but in VBScript this causes a type mismatch error.
I understand that the modification of argument is not allowed in VBScript. Does this mean that this ActivX control methods are unusable in VBScript?