Interfacing two VB6 exe program
Is there a way for me to connect two vb6 programs such that programA can call programB's function and be able to retrieve the return type of the called function or vice versa? Both programA and programB are both executable program though.

