Hello!

I have 2 VB applications running simultaneously, and I need to send message from one of them to the other. I have no problem with registering the message with RegisterWindowMessage() API and sending it with SendMessage() or PostMessage() functions. But how can I handle recieving of such a message in VB application?
In other words, how can I get message not handled by VB framework in my VB program?

Thank you in advance,

Jack.