We have an VB6.0 ActiveX.exe which was getting data from 2 different instance of same process i.e. my activex.exe was running in its own memory and it was capable of getting data from its parent processes.
When the ActiveX.exe is migrated to VS 2008 ActiveX.exe lost its capability of running in its own process. As a result it got local to the instance of the parent process.
Is their any way where i can use a single dll that can be used by multiple parent process?