I'm having trouble tracking down an answer to this.
I have 2 projects. One is an activex EXE. The other is a standard EXE. I want to run the standard EXE, and have it spawn an instance of the activeX EXE as a separate thread. I know how to add the reference to the ActiveX Exe, etc., but, when I spawn it, I want to pass it a chunk of data - actually a bunch of variables, maybe a user-defined type, which it will use as it runs in its own process.
Q. How do I do this?
I feel like I'm just missing something here. Any help is appreciated. The MS documentation doesn't seem to include this.
Thanks!