Hello Everybody:
Does any one knw how to access .net applications in Visual Basic and convert it into ActiveX Control?
Pls guide...
Rahil
Printable View
Hello Everybody:
Does any one knw how to access .net applications in Visual Basic and convert it into ActiveX Control?
Pls guide...
Rahil
Most people are doing things the other way round. Is this something that you are really trying to do?Quote:
Originally posted by Rahils573
Hello Everybody:
Does any one knw how to access .net applications in Visual Basic and convert it into ActiveX Control?
Pls guide...
Rahil
.NET appz require the correct framework to be installed on the machine that they are expected to run.
If you succeed at this, do let me know.
Cheers,
Abhijit
My application is a Multithreaded ,Client server application so works well in .Net. However ever that application has to be created as an active X Control so VB6 environment is required..So any ideas how to convert .net into VB6.
K
Quote:
Originally posted by abhijit
Most people are doing things the other way round. Is this something that you are really trying to do?
.NET appz require the correct framework to be installed on the machine that they are expected to run.
If you succeed at this, do let me know.
Cheers,
Abhijit
I have a vb6 project that accepts activex plugins.
I have a .NET sample plugin I was able to get to work
as a COM server with it.
http://www.sandsprite.com/Sleuth/plugin_developers.html
The general plugin framework it uses is also open source
so you can see what it was designed for :
http://sandsprite.com/CodeStuff/Unde...g_plugins.html