Helloooo,
I have a DLL that i've made, its possible to return a collection from the DLL isn't it?
would it be something like
Dim obj as mydll.procedure
Dim MyCollection as new collection
Mycollection = obj.RetrieveColl(blah, blah, blah)
Any help much appreciated!
:-D
I have a DLL that i've made, its possible to return a collection from the DLL isn't it?
would it be something like
Dim obj as mydll.procedure
Dim MyCollection as new collection
Mycollection = obj.RetrieveColl(blah, blah, blah)
Any help much appreciated!
:-D