Hi, I need to pass some parameters between two VB6 exe files. Have found
lots how to do this with command$. Like this example
Call Shell("The other app.Exe Parameters", vbNormalFocus)
and I can pickup Parameters via command$ in the receiving app.
That's almost what I want to do. Here is the problem.
The program "The other app.Exe" is already running and everytime I do a Call
Shell... the other program starts again and I have now two of the "The other
app.Exe" running. I want to pass parameters to the other program which is
already running without starting it over and over again. Can I do that in a
similar way or do I have to go via some common file?
Cheers
Jay
eddie jw - 26 Nov 2004 18:13 GMT
In one sentence:
How do a pass a parameter to a VB6 exe that is already running?
> Hi, I need to pass some parameters between two VB6 exe files. Have found
> lots how to do this with command$. Like this example
[quoted text clipped - 11 lines]
> Cheers
> Jay
eddie jw - 26 Nov 2004 19:07 GMT
Have searched some more and it seems I should find out what DDE is.
Jay
> In one sentence:
> How do a pass a parameter to a VB6 exe that is already running?
[quoted text clipped - 17 lines]
> > Cheers
> > Jay