Windows Service Custom Events

  • Thread starter Thread starter Andrea V.F.
  • Start date Start date
A

Andrea V.F.

Is it possible to write custom events for a Windows Service and handle
this events into another application (not service)?? If yes, HOW is it
possible.

Thanks for help.
 
events generally do not pass outside of the application boundary. you
can pinvoke the SendMessage types of API functions...

This, however, may not be the best solution. There is probably a
better way... What is the exact scenario?
 
The scenario is:
The Windows Service checks for some data. When it find some data it
must pass the number to a windows application resident in the system
tray. The windows application must receive this number.

Thanks.

stand__sure ha scritto:
 
One More Note: The Windows Service Runs as "LocalSystem", the
application in User Mode!

Thanks Again
 

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