Hey,
I vb 6 you were able to create an Active EXE which you could run as a stand alone and expose some classes.
What's the equivalent in VB.NET??
Printable View
Hey,
I vb 6 you were able to create an Active EXE which you could run as a stand alone and expose some classes.
What's the equivalent in VB.NET??
you can create Class libraries in .net , i think thats about as close as the activeX dll's that can be made in vb6.
Thanks,
But I want to be able to run the file as a stand alone as well.
A Class library compiles a dll which can only be referenced.
Look into remoting which can deal out/serve the classes from an exe.