I run this first program, and then use special keys to start up this second program (a ruler program ) which I use for measuring things on my first program.
What I wanted to do, is to get and send to the second program, the first windows top Y position and left X position, so when I start up the second
program, I can use those values to adjust where to open up and place the second programs window. Otherwise I have to always reposition that second
programs window, to line it up to where I need to place it, so I can make measurements more accurately.
The frustrating part, is that I seem to remember having been able to do this in the past, but I forgot how to do it, and can't find my code.

I know that you can use RunProgram to start a program, and that you can pass parameters to the program your starting using it.
But what I forgot is, what does the ''program that's starting up, needs in it's code'' to be able to retrieve that parameter information in order to use it?
Thanks very much for any help, in showing me how to do this.