Click here to Skip to main content
16,012,107 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi again.

Now I am into the processes. Of course, they can communicate. This is a two part question.

1.) If I want 2 processes to cummunicate with each other. Lets say. Process A wants to use Process B and its ability to produce data. How does process B deliver data to process A? How does process A get data from process B.

I have an indication on the subject, but I would realy like to hear it from somebody that knows. Someone said, make a dll library with the methods in process B that deliver data, and include in project A(process A). A little snippet maybe to illustrate?

2.) Now that I have reached this point, can sombody give me a book title on advanced programming? I mean realy advanced.

This is a wonderful site. I realy enjoy it.
Best to you all.
Posted
Updated 9-Dec-10 0:26am
v2
Comments
Slacker007 9-Dec-10 6:27am    
Glad you enjoy the site and best to you too.

You might benefit from reading the entire tutorial here. In Parts 3 and 4 the author talks about some of the data interaction you are asking about.
 
Share this answer
 
Comments
pluss400 9-Dec-10 8:31am    
Thank you Markus, but Im way past Threads. Im not taking about Threads. Im taking about *.exe.
Ex you can import an *.exe or/and *.dll to the project. You can start Process in your app. but the question is. How do Process talk with an other Process.? I read something thats cald Intercommunicating Processes.
Thanks again.
If you are interested in IPC 'the Framework way' then you should learn WCF, some pointers here[^] (:omg: the competitors!).
:)
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900