Click here to Skip to main content
15,662,823 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to consume library application (dll) developed in Visual studio 3.5 using c# in Visual basic 6.0 form application. I visit several sites and blogs but didn't get any post specific to VS 3.5 dll and VB 6.0. Can anyone help by giving all steps to do so, also demo project will be better !!
Posted

1 solution

VB6 can not consume .NET libraries as is...However it can consume COM interfaces...Fortunately you can create .NET assemblies with such COM interface...
https://msdn.microsoft.com/en-us/library/x66s8zcd.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900