Re: Managing separate EXE's
How about some kind of com (as in communication) control, such as a sockets control which can send
strings of data between applications, as long as one is set as a server and the others as clients.
I believe with a little engenuity, vb6 has a socket control which will serve you. You could also try
a free socket control called Socketwrench from Catalyst.com
You will need to code error trapping routines for when the client sockets attempt to contact the server
(main form) and for some reason it doesn't answer. Start small, maybe two or three separate apps with
textboxes to transmit and receive data. When you get the hang of it, migrate the working example into
your app.
Good Luck
DAVE