D
Dominik Gorsler
Hi,
how can I enable my standard windows form application to react to a
"trigger" from another application (not necessarily managed code)?
The application has conventional windows form features and is usually used
stand alone.
Additionally it should "listen" to requests from another aplication and
process them.
That should be done in the following manner:
1. The user of the second application requests a certain process.
2. The second application tries to transfer this request along with some
data to the .Net application.
3. If this .Net application is already running and not busy, it should react
and process the request.
Otherwise an error MessageBox should indicate that the .Net application has
to be started first.
What is the best way to implement this?
Thanks,
Dominik
how can I enable my standard windows form application to react to a
"trigger" from another application (not necessarily managed code)?
The application has conventional windows form features and is usually used
stand alone.
Additionally it should "listen" to requests from another aplication and
process them.
That should be done in the following manner:
1. The user of the second application requests a certain process.
2. The second application tries to transfer this request along with some
data to the .Net application.
3. If this .Net application is already running and not busy, it should react
and process the request.
Otherwise an error MessageBox should indicate that the .Net application has
to be started first.
What is the best way to implement this?
Thanks,
Dominik