D
Daniel Wilson
I am replacing an ActiveX OCX that was created in VB6. It is used heavily in
a large VB6 program that I do not have the luxury of upgrading to .NET.
The new control must use a significant amount of code that was written in
C++ .NET for a web service.
In C++ .NET, I have the option of creating an MFC ActiveX Control. That
control loads onto a VB6 form just fine. But when I start including .NET
managed code, I run into compile errors.
I also have the option of creating a Windows Control Library (.NET). But
this doesn't load into the VB6 form, at least in the designer. This link
suggests this approach might work at runtime:
http://p2p.wrox.com/topic.asp?TOPIC_ID=5542
This one sounds like what I want to do is completely impossible.
http://www.dotnet247.com/247reference/msgs/24/122843.aspx
Can my .NET code be used on by VB6 form? Can you point me to some
information on doing so? On writing a wrapper to do so?
Thanks!
dwilson
a large VB6 program that I do not have the luxury of upgrading to .NET.
The new control must use a significant amount of code that was written in
C++ .NET for a web service.
In C++ .NET, I have the option of creating an MFC ActiveX Control. That
control loads onto a VB6 form just fine. But when I start including .NET
managed code, I run into compile errors.
I also have the option of creating a Windows Control Library (.NET). But
this doesn't load into the VB6 form, at least in the designer. This link
suggests this approach might work at runtime:
http://p2p.wrox.com/topic.asp?TOPIC_ID=5542
This one sounds like what I want to do is completely impossible.
http://www.dotnet247.com/247reference/msgs/24/122843.aspx
Can my .NET code be used on by VB6 form? Can you point me to some
information on doing so? On writing a wrapper to do so?
Thanks!
dwilson