G
Guest
Hello
I have some COM objects. The example in VB6 :
Set Conn = Application.Document.Connections(1)
Set Meta.Connection = Conn
But I need to convert everything from object type to some normal type
So application.document is casted to document type. Then we have
document.connections - but it's object type not collection. What can I do ? I
don't have source, only dll references. And there is no connections data type.
Please help.
Jarod
I have some COM objects. The example in VB6 :
Set Conn = Application.Document.Connections(1)
Set Meta.Connection = Conn
But I need to convert everything from object type to some normal type

So application.document is casted to document type. Then we have
document.connections - but it's object type not collection. What can I do ? I
don't have source, only dll references. And there is no connections data type.
Please help.
Jarod