ActiveX
-
I have an OCX Control, created with Visual C++ 6.0 I created another new OCX control, similar to the first one with very little changes. I registered the new one and it replaced the old one. My problem is that I want both. Renaming the OCX and registering did not help me. How do i do this? Any help is highly appreciated. Regards, Rajesh R. Subramanian You have an apple and me too. We exchange those and We have an apple each. You have an idea and me too. We exchange those and We have two ideas each.
-
I have an OCX Control, created with Visual C++ 6.0 I created another new OCX control, similar to the first one with very little changes. I registered the new one and it replaced the old one. My problem is that I want both. Renaming the OCX and registering did not help me. How do i do this? Any help is highly appreciated. Regards, Rajesh R. Subramanian You have an apple and me too. We exchange those and We have an apple each. You have an idea and me too. We exchange those and We have two ideas each.
I dont know much about COM. Just an idea. I guess the clsid's of both are same. Try generating new CLSIDs with GUIDGEN.exe and putting them in one of the OCX. The re-build and re-register. Hope it will help
-
I dont know much about COM. Just an idea. I guess the clsid's of both are same. Try generating new CLSIDs with GUIDGEN.exe and putting them in one of the OCX. The re-build and re-register. Hope it will help
Exactlly, the CLSID for both the activex controls are same thats why you were not able to use both OCX. Change the CLSID for modified OCX and register the activex component, this would certainly solve the problem. :) Cheers, Vishal
-
Exactlly, the CLSID for both the activex controls are same thats why you were not able to use both OCX. Change the CLSID for modified OCX and register the activex component, this would certainly solve the problem. :) Cheers, Vishal