J
John
Hi,
I have an COM object used in my VB.NET project. There's one function return
the result in Variant type so I have to convert it to object type.
Dim myValue as object
myValue = MyCOMobjectFunction
If I want to get value out of the myValue, I have to do this: myResult =
MyValue(0)
How can I convert it to dataset or something in VB.NET type?
Please help. Thanks
I have an COM object used in my VB.NET project. There's one function return
the result in Variant type so I have to convert it to object type.
Dim myValue as object
myValue = MyCOMobjectFunction
If I want to get value out of the myValue, I have to do this: myResult =
MyValue(0)
How can I convert it to dataset or something in VB.NET type?
Please help. Thanks