Hi folks.
In VB6, it as possible to create am ActiveX (ocx) component by this type of project.
I already was able to create a Type Library COM, (tlb) in
VB.Net, but what I really need, is to create a ActiveX with a User control Interface compatible with other languages that does not support .Net framework until, like VB6, Visual DataFlex, COBOL and others...
I try to create a Windows UserControl Project, and make this class available to COM Interop, but when it is build, just a tlb file is generated with the class, but the COM is not registered like an ActiveX component!
I am missing some? What? Or it's not possible?
Thanks
Samuel Pizarro