Hi


Hi i want to open many doc files from explorer in a singleton application. I have a singleton application that is working fine(singleton is achieved using mutex). But i want to send message to that existing application when ever user tries to open many other files from the windows explorer with the file name that comes in the command line. How can i communicate bet'n processes using shared memory?? I tried using GlobalAlloc and sending the message. But it did not work.

Any help is greately appreciated

Shashi