hassan
Mar 14th, 2001, 11:57 PM
What is the best way to make two separate projects sends commands to each other?
bc7pro
Mar 16th, 2001, 08:11 AM
Best way is to user SendMessage/PostMessage to shoot messages between apps. Just have the receiving app post it's hWnd in a public place (INI file, registry, wherever) when it launches, and have the sending app read the hWnd when it sends a message.