|
-
Jul 10th, 2000, 10:47 AM
#1
Thread Starter
New Member
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!
-
Jul 11th, 2000, 11:19 PM
#2
Fanatic Member
Hi,
I'm not sure if this right, but never skip the obvious...
Have you tried it the usual way (shell) and used Command$ to see if your params were there?
DocZaf
{;->
-
Jul 12th, 2000, 06:36 AM
#3
Lively Member
use the command object mate... works best with that... done this once myself so i remember it working...
cheers
Gaurav
[email protected]
" Programming today is a race between software-engineers striving to build bigger and
better idiot-proof programs and the universe trying to produce bigger and better idiots.
So far the universe is winning". :-)
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
|