Hi.

I need to be able send and receive custom messages to and from another VB App. Any ideas on how this can be accomplished? My thought is to define a common set of messages ( i.e. ProcessThisFile, and FileHasBeenProcessed ) where my VB App would post a message to the other ( ProcessThisFile ) and the other VB App would post back a message ( FileHasBeenProcessed ) to me.
Thanks!

- Mike

P.S. - VB 6.0 on NT 4.0 ( and I can do this in my sleep in VC++ )