|
-
Apr 13th, 2002, 07:16 AM
#1
ActiveX EXE ???
I know how to call a specific function in an ActiveX DLL from an Standard EXE.
But how do I do it the other way around? I figured it must be an ActiveX EXE so I changed the project type...
The DLL works like a plugin for the main program (MP) and is called when the MP is loaded.
MP can then use e.g. PluginObject.AboutBox to invoke the AboutBox command from the DLL.
The question now is how the plugin can do the same in the other direction. E.g. MainProgramObject.AddMenuItem
Any suggestions? Bear in mind that both the EXE and DLL is loaded and the DLL is already called by the EXE when it needs to invoke commands within the MP.
HELP PLZ! It's driving me crazy
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|