Good morning all,
I have a third party ActiveX control that requires 2 parameters of type Variant to be passed to a certain function. I have sucessfully used the control for other function calls, but when I attempt to call the function that requires a variant type parameters, I receive the message ""OLE error code 0x80020005: Type mismatch."
The documentation for the control is targeted at VB and VC++, so unfortunatly, there is no help there.
Not sure how to get around this problem. Any suggestion would be greatly appriecated.
msc
I have a third party ActiveX control that requires 2 parameters of type Variant to be passed to a certain function. I have sucessfully used the control for other function calls, but when I attempt to call the function that requires a variant type parameters, I receive the message ""OLE error code 0x80020005: Type mismatch."
The documentation for the control is targeted at VB and VC++, so unfortunatly, there is no help there.
Not sure how to get around this problem. Any suggestion would be greatly appriecated.
msc