RE: JScript To VB6
Since ContactID is a function, MyActiveXObject.ContactID = Messenger.MyName; is meaningless. Make ContactID a property, then you can assign like that. And also remove the () from Debug.Trace(MyActiveXObject.ContactID());
This post was edited on 08-15-2006 at 10:31 AM by RaceProUK.
|