I need to transfer string data - both ascii and binary - between to processes. i'm thinking about using the windows message system (PostMessage ....), but unsure whether this could handle binary data and what the maximum string length is.

are there any other possibilities like using something activex related?

Thanks for your advice!
Felix