I am trying to find the best practice for distributing applications with ActiveX controls, to minimize the possibility of the dreaded 'DLL hell'.
I have seen some applications place ActiveX controls into their own directory, rather than placing then in the Windows System32 dir.
Is this possible in VB? My worry is that it will screw up the registry.
I have seen some applications place ActiveX controls into their own directory, rather than placing then in the Windows System32 dir.
Is this possible in VB? My worry is that it will screw up the registry.