I have two ActiveX DLLs. Let's say ActiveX part1 calls ActiveX part2. As soon as ActiveX part2 is finished, it returns a string to ActiveX part1. How can this be done?? do I need the GetObject function?

in ActiveX part1, I know that I can use the CreateObject function and Class function to show the form in ActiveX part2.