|
-
Feb 27th, 2004, 11:01 AM
#1
Thread Starter
Lively Member
Accessing .net in VB6
Hello Everybody:
Does any one knw how to access .net applications in Visual Basic and convert it into ActiveX Control?
Pls guide...
Rahil
-
Mar 12th, 2004, 10:44 AM
#2
Re: Accessing .net in VB6
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
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
-
Mar 12th, 2004, 11:02 AM
#3
Thread Starter
Lively Member
Re: Re: Accessing .net in VB6
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
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
-
Mar 29th, 2004, 02:00 PM
#4
Addicted Member
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
Free Code, papers, tools, and more
http://sandsprite.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|