Search:

Type: Posts; User: AnkleSpankle

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    5,582

    Using events between two processes

    I am trying to communicate between two different processes to tell each one when the other is closing so they both close at the same time.
    In this example process a tells process b when it has...
  2. How do you mean close the file? As in...

    How do you mean close the file? As in UnmapViewOfFile? If so then it makes no difference.

    I can't understand how one program can make an affect on another.

    Edit:

    After further investigation...
  3. Ah I looked at the message I am trying to send...

    Ah I looked at the message I am trying to send and it does indeed start with an "M".

    I've built another solution with the MSDN snippet and it works fine, however when I put it side by side with...
  4. The message box shows the "Process2" caption...

    The message box shows the "Process2" caption fine, i've stepped through it in the debugger and it's showing the value of pBuf to be "0x000b0000".

    I'm sorry I don't understand what you mean by...
  5. Using CreateFileMapping - Displaying Data

    Hello,

    I am trying to pass data from one active process to another, so far I have managed to get both processes to communicate with each other however the message that is shown by the second...
  6. Replies
    2
    Views
    1,384

    Excellent, thank you for the help.

    Excellent, thank you for the help.
  7. Replies
    2
    Views
    1,384

    Creating two Windows/Forms

    Hello,

    I am trying to create an application which will display two forms, one will "roll" a dice (create a random number) and I will then pass this to the other window/form which will display the...
Results 1 to 7 of 7