In JScript and VBScript, when you create an object the creation code always returns the default dispatch. Furthermore, in JScript, when you fetch a property on an object and it returns a dispatch object, we ask the object to give us the default dispatch. So in JScript, there is no way to script a non-default dispatch.
What about in VBScript? There's an irksome story here, again featuring a really bad mistake made by yours truly. At least I meant well.
Read More...