Results 1 to 3 of 3

Thread: sending values to ActiveX EXE

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    1

    Wink

    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!

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    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
    {;->


  3. #3
    Lively Member
    Join Date
    May 1999
    Location
    India
    Posts
    97

    Wink

    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
  •  



Click Here to Expand Forum to Full Width