Hi
The dll is activated from my exe, yes I have the source for the active x.
The problem is that I have a form in my exe that is generated from the exe not the dll.
When the exe activates the dll I need the dll to pass a string to the exe which will invoke a command in the exe to pass a string to the form.
Thanks
Main Topics
Browse All Topics





by: Corey2Posted on 2008-07-11 at 08:01:00ID: 21982984
I am not sure what I am missing but a dll can not run by itself. It needs an exe or script to implement it.
To better answer your question
How is your dll activated?
Do you have source for the ActiveX dll?