Soit en écrivant dans un fichier les informations, et en effectuant une lecture écriture régulière de ce fuchier par tes appli, soit en utilisant un Hook, mais pour cette dernière solution, elle sert plutôt à intercepter les messages reçu et envoyé à une appli
euh ... pourquoi pas tout simplement des socket ... si ce n'est que 2
programmes ca peut etre vite fait, sinon ya l'option du fichier comme a
dit lapatoshe
"Multiple processes can have handles of the same event object, enabling use of the object for interprocess synchronization. The following object-sharing mechanisms are available:
<LI>A child process created by the CreateProcess function can inherit a handle to an event object if the lpEventAttributes parameter of DuplicateHandle function to create a duplicate handle that can be used by another process.
<LI>A process can specify the name of an event object in a call to the OpenEvent or CloseHandle function to close the handle. The system closes the handle automatically when the process terminates. The event object is destroyed when its last handle has been closed. "