|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
IPC Examples in VB.net?Is there any Inter-process Communication examples out there in VB.NET?
Specifically, I have app1 that executes app2 as a process and I would like to have app2 display messages in a status bar in app1. I understand that IPC is an option to successfully execute this. TIA! Jonathan This question was asked less than a week ago in this newsgroup, but I cannot
remember the subject, so, I am unable to point you to that answer "Viet" <v***@starcalif.com> schrieb: There are many different IPC mechanisms like named pipes, socket > Is there any Inter-process Communication examples out there in VB.NET? > Specifically, I have app1 that executes app2 as a process and I would like > to have app2 display messages in a status bar in app1. I understand that > IPC > is an option to successfully execute this. communication, .NET remoting, and 'WM_COPYDATA', just to give you some keywords. <URL:http://groups.google.de/groups?threadm=ep2YYOILFHA.1096%40tk2msftngp13.phx.gbl> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> In article <OO#8rNWNFHA.1***@TK2MSFTNGP15.phx.gbl>, Viet wrote:
> Is there any Inter-process Communication examples out there in VB.NET? What kind of IPC are you looking for? Sockets are one method, remoting> Specifically, I have app1 that executes app2 as a process and I would like > to have app2 display messages in a status bar in app1. I understand that IPC > is an option to successfully execute this. > > TIA! > Jonathan another. There are other methods - such as wm_copydata using p/invoke. Give some more info, and someone might be able to help. -- Tom Shelton [MVP] I found a link at http://freevbcode.com/ShowCode.Asp?ID=650 that solves my
issue. I had to convert the code from vb6 to vb.net to make it work. I didn't know that there were so many ways to implement IPC but apparently message-hooking works for me. Thanks for your help, guys! Show quoteHide quote "Viet" <v***@starcalif.com> wrote in message news:OO#8rNWNFHA.1884@TK2MSFTNGP15.phx.gbl... > Is there any Inter-process Communication examples out there in VB.NET? > Specifically, I have app1 that executes app2 as a process and I would like > to have app2 display messages in a status bar in app1. I understand that IPC > is an option to successfully execute this. > > TIA! > Jonathan > > >
Mixing VB variables with standard text to output text file
Refresh DataSet - please Help Me :-( Get Variable Out of Arraylist ReInstantiate an Object? Advice needed How can I determine WHICH exception I got in my CATCH? using StringBuilder class for concatenation? foxpro table hosed up when called 2nd time from VB.net SaveFileDialog how to convert... |
|||||||||||||||||||||||