I am trying to create an ActiveX user control in C# (.NET 2003) which can be used by VB 6.0. I have gotten so far as to where I can use my control from the ActiveX Control Test Container utility that comes with 6.0, but when I try to add it from the 6.0 components list, it is not there, and I can't add it because it wants a .ocx file. As far as I know, it successfully registers it in the registry, but maybe not in whole. I used the following article to get it to the point that I have:
http://www.codeproject.com/cs/miscctrl/exposingdotnetcontrols.asp
In the end, I would like to write a user control in C# that I can use in VB 6.0 if possible. What am I missing? Thanks for any help.