.Net Library to expose events.

  • Thread starter Thread starter OxyGen
  • Start date Start date
O

OxyGen

can i create an .Net Library wich expose events to all the aplications
connected to it?
 
OxyGen said:
can i create an .Net Library wich expose events to all the aplications
connected to it?

How are the other applications "connected" to the DLL? Typically, each
applications "talks to" its own "instance" of the DLL, and thus inside the
DLL you don't have control over the applications that are using the DLL.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top