WMI.NET and even WCF could be of help. Correct me if i am wrong.

On Tue, Apr 14, 2009 at 1:33 PM, Velsankar <[email protected]> wrote:

>
> Hi AstroDrabb, Jim,Bhargav Patel, CallMeLaNN,
>
> Thanks for your valuble contributions. IPC is the one what i am in
> need of.
> Thanks a lot to every one.
>
> Its working fine by communicating between applications and I learned
> new things in .net.
>
> Thanks & Regards,
> Velsankar
>
> On Apr 13, 12:20 pm, CallMeLaNN <[email protected]> wrote:
> > To be specific,
> > use IPC in Remoting
> >
> > Add reference System.Runtime.Remoting to your project,
> > Imports System.Runtime.Remoting.Channels.Ipc to your code
> >
> > and follow the examples of Ipc:
> http://anoriginalidea.wordpress.com/2007/08/09/simple-inter-process-c...
> > orhttp://articles.techrepublic.com.com/5100-10878_11-6143016.html
> > for advance
> >
> > Actually IPC use named pipe which is use i/o.
> > but you dont see it.
> >
> > It seems complicated for beginner but you can use ".SaySomething
> > ("Exit")" as simple comm (from the 1st example above) in client and
> > replace "Console.WriteLine(”The client said : ” & text)" with "If
> > text.Equal("Exit") Then Me.Close()" in server side.
> >
> > Good luck
> >
> > On Apr 9, 3:11 am, Bhargav Patel <[email protected]> wrote:
> >
> > > Try Remoting , I thing it suit to ur requirement.
> >
> > > On Apr 8, 11:48 am, velsankar <[email protected]> wrote:
> >
> > > > Hi,
> >
> > > > I am trying to communicate between two c# .net win applications
> > > > without i/o operations. Anyone has idea how to pass values between
> > > > two .net applications (not forms).
> >
> > > > Some of the purposes are to close the applciations (not killing the
> > > > applications), serial port sharing between applications, sharing
> mutex
> > > > applications...
> >
> > > > Many Thanks in Advance.
> >
> > > > With Best Regards,
> > > > Velsankar
>

Reply via email to