Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Interfacing two VB6 exe program

Hi,
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.
[257 byte] By [squirtle_boy] at [2007-11-11 11:58:46]
# 1 Re: Interfacing two VB6 exe program
Yes, you can make one of the programs an ActiveX server, and call its public methods from the other program. For more information, see http://www.vb-helper.com/howto_activex_dll.html .
Phil Weber at 2007-11-11 17:20:51 >
# 2 Re: Interfacing two VB6 exe program
Hi,

Thanks for the info. Appreciate it very much.. :)
squirtle_boy at 2007-11-11 17:21:52 >