event/delegate question - newbie
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
I am familiar with using events and delegates in an application. I am
working on a new project in work where I have two applications that are
running on the same box and I need to send a little bit of data from
one of them to the other. I was thinking about using events to do this.
I would actually just be passing little bits of data. I am unfamiliar
with how (or even if I can do it) I would actually do this. Can anyone
point me to an article or some sample code somewhere that might give me
a start?
.
Relevant Pages
- Re: Threading in a form...
... Exactly what I wanted to know, and some sample code as ... actually asynchronous delegates run on a thread in the ThreadPool ... its own set of local variables etc, and is 'isolated' from all the other ... makes a call to a static method in an object (eg ... (microsoft.public.dotnet.general) - Re: Threading in a form...
... Exactly what I wanted to know, and some sample code as ... actually asynchronous delegates run on a thread in the ThreadPool ... its own set of local variables etc, and is 'isolated' from all the other ... makes a call to a static method in an object (eg ... (microsoft.public.dotnet.general) - Re: When to use delegates
... my applications? ... never once declared my own delegates in code. ... Design patterns are a large component in the dumbing down of ... r-t/e context a few years back. ... (comp.lang.c) - Re: ShoutDown Event
... Can some one help me to capture Shoutdown or Restart event in Win32. ... Sample code would be ideal ... Applications are sent a WM_ENDSESSION message when Windows is shut down or a ... (microsoft.public.vc.language) - Re: When to use delegates
... More of a general question, ... my applications? ... never once declared my own delegates in code. ... the particular design framework you're fond of? ... (comp.lang.c) |
|