Receive Windows User-Defined Message from Windows Service

  • Thread starter Thread starter Mircea Pleteriu
  • Start date Start date
M

Mircea Pleteriu

Hi all,

I have a third-party windows forms application which broadcasts a
user-defined windows message.
I have to build a windows service which should receive and handle that
user-defined message.

Do you have any idea how to make the service receive the message?
Thank you,
 
Mircea,
Do you have any idea how to make the service receive the message?

Write an application that runs on the interactive desktop and listens
for the broadcast message. Let is pass on the notification to the
service via some IPC mechanism.


Mattias
 

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