making or converting an ocx file in c#
I need to make an ocx file in C# in order to add it later as a control to a Visual C++ application.
I dont mind to convert the dll file to an OCX or to add, if possibole, the dll file as a control to the VC++ application.
thanks