Hi, i am an vb.net programmer, I need to do a projet with multiple EXE module
loaded in memory. This modules have to talk to each other and I need to buil
an general graphical interface for monitoring all thes exe module. Can
someone can give me some link on article or sample code to begin with this
project?
- What is the best way to communication between module? By XML files?
- What is the best way to implement an graphical interphace to display
information from all the exe module?
Thanks a lot.
Allen Anderson - 25 Aug 2005 06:10 GMT
your best bet is probably remoting. I've written a couple articles on
the subject although your likely going to want to read a book or get a
lot more in depth information on the subject.
here is an article I wrote on basic remoting
http://www.glacialcomponents.com/ArticleDetail.aspx?articleID=RemoteObject
-Allen
http://www.glacialcomponents.com
http://allenanderson.blogspot.com/
>Hi, i am an vb.net programmer, I need to do a projet with multiple EXE module
>loaded in memory. This modules have to talk to each other and I need to buil
[quoted text clipped - 7 lines]
>
>Thanks a lot.