I have 2 VB applications and I want them to interact with eachother. I normally open the second application by using the shell function. Is there any way to pass variables to the second application? I also want the second application to report back to the caller.
Any ideas?