Hello everyone
I am new to programming in .NET and I want to make the equivalent of an
ActiveX .EXE file in Visual Basic 5 so that I can have some classes
accessible outside of my application. I don't want to make all of the
classes visible, only some. Additional to this I was wondering if it is
possible to do the same with a .NET interface. So when someone referenced my
program in a .NET language my classes would be in MyProgramName.MyClassName
just like System.ClassName
Thank you all for taking the time to read this.