Hello,
I hope I can explain this properly.
I have a project containing a standard exe and several ActiveX Dll projects.
The exe project references the DLL's through a class module and is a part of the exe's references.
How do I do the reverse this process? I want to be in a DLL and access a function from the exe?
Here is an example.
In the exe, I click a menu item, which calls the class DLL to access a particular form in the DLL's project. This form reads, validates and processes certain information. Once the process is complete, the control is returned to the exe. However; during the validation process, I need a particular set of functions located in the exe.
In this case, copy and paste is not an option as the required functions call other series of functions to complete its task.
I hope this is clear and that someone can assist me.
Thanks.
I hope I can explain this properly.
I have a project containing a standard exe and several ActiveX Dll projects.
The exe project references the DLL's through a class module and is a part of the exe's references.
How do I do the reverse this process? I want to be in a DLL and access a function from the exe?
Here is an example.
In the exe, I click a menu item, which calls the class DLL to access a particular form in the DLL's project. This form reads, validates and processes certain information. Once the process is complete, the control is returned to the exe. However; during the validation process, I need a particular set of functions located in the exe.
In this case, copy and paste is not an option as the required functions call other series of functions to complete its task.
I hope this is clear and that someone can assist me.
Thanks.