[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Monthly Archives]
[List Home]
[Virtools] sending message with bound data with activeX
- Subject: [Virtools] sending message with bound data with activeX
- From: Reml4etc@aol.com
- Date: Wed, 10 Jan 2001 02:40:40 EST
Hello,
I am trying to send a message to an object that has bound data. I want to
send two or more parameters for a script attached to the object.
Can this be done? How?
Below is functioning VB code for a simple command button to send a message to
an object contained in a scene [NeMoAX1].
What is the syntax for binding data to the message?
Thank you,
Rob
----------- Visual Basic code
Private Sub CommandButton1_Click()
obj = NeMoAX1.GetObjectID("objName")
Call NeMoAX1.SendMessageToObject(obj, "Go")
End Sub
Follow-Ups: