G
Guest
Good Day,
I am having some issues in using a VB6 ActiveX control in a .NET project.
The ActiveX control is failing on the following line of code
If TypeOf UserControl.Extender.Parent Is IControlInterface
IControlInterface is defined in a VB6 ActiveX dll. It was imported into the
..NET project and the form hosting the control does implement it.
I can't seem to figure out how to solve this. I have been searchin the web
and trying everything I could think of with no luck. The only thing I have
stubled upon that may shed some light is a comment in a post that stated that
the "Extender" does not work for non VB containers. I assume that a VB.NET
container would still be a non VB container.
Any information anyone can share would be appreciated. Right now I am just
beating my head against my desk.
Thanks!
Dan
I am having some issues in using a VB6 ActiveX control in a .NET project.
The ActiveX control is failing on the following line of code
If TypeOf UserControl.Extender.Parent Is IControlInterface
IControlInterface is defined in a VB6 ActiveX dll. It was imported into the
..NET project and the form hosting the control does implement it.
I can't seem to figure out how to solve this. I have been searchin the web
and trying everything I could think of with no luck. The only thing I have
stubled upon that may shed some light is a comment in a post that stated that
the "Extender" does not work for non VB containers. I assume that a VB.NET
container would still be a non VB container.
Any information anyone can share would be appreciated. Right now I am just
beating my head against my desk.
Thanks!
Dan