I have a ocx code which was built by C++(MFC)
I added a property to it.
I want to access that property from VB6 but can't.
I copied just ocx file.(there are lots of files are in the \Release folder including *.exp, *.lib, *.obj, *.tlb..
Which files should I copy additionally to the VB6 application folder?
Or what do I do to make it work?