I'm creating a new ActiveX control in VB6 Enterprise. The ocx file compiles fine when I choose "Make myControl.ocx", but it seems to get a new class ID (that long string of numbers and letters) every time. As a result, my applications don't recognize a new version of the control. What's going on?
