N Nijazi Halimaji May 2, 2005 #1 Hi How can I use my ClassLibrary in VB6? Thanks for every help Nijazi Halimaji
B Bob Powell [MVP] May 2, 2005 #2 Only if the assembly exposes COM interfaces and then only on machines that have the framework. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
Only if the assembly exposes COM interfaces and then only on machines that have the framework. -- Bob Powell [MVP] Visual C#, System.Drawing Find great Windows Forms articles in Windows Forms Tips and Tricks http://www.bobpowell.net/tipstricks.htm Answer those GDI+ questions with the GDI+ FAQ http://www.bobpowell.net/faqmain.htm All new articles provide code in C# and VB.NET. Subscribe to the RSS feeds provided and never miss a new article.
H Herfried K. Wagner [MVP] May 2, 2005 #3 Nijazi Halimaji said: How can I use my ClassLibrary in VB6? Click to expand... ..NET Framework Developer's Guide -- Exposing .NET Framework Components to COM <URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpconexposingnetframeworkcomponentstocom.asp> Visual Basic Language Concepts -- COM Interop <URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconCOMInteroperability.asp> Note that you cannot use .NET Windows Forms controls in your VB6 application.
Nijazi Halimaji said: How can I use my ClassLibrary in VB6? Click to expand... ..NET Framework Developer's Guide -- Exposing .NET Framework Components to COM <URL:http://msdn.microsoft.com/library/en-us/cpguide/html/cpconexposingnetframeworkcomponentstocom.asp> Visual Basic Language Concepts -- COM Interop <URL:http://msdn.microsoft.com/library/en-us/vbcn7/html/vaconCOMInteroperability.asp> Note that you cannot use .NET Windows Forms controls in your VB6 application.