Results 1 to 2 of 2

Thread: Communicate between 2 projects.

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 1999
    Location
    Bahrain
    Posts
    41

    Question

    What is the best way to make two separate projects sends commands to each other?

  2. #2
    New Member
    Join Date
    Mar 2001
    Location
    North America
    Posts
    2
    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.
    segmentation violation - core dumped

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width