Listening for broadcast messages

  • Thread starter Thread starter Dieter Boden-Schelfthout
  • Start date Start date
D

Dieter Boden-Schelfthout

Hey,

I wrote a small console application that sends out broadcast messages, but I
cannot find a way to listen for these broadcasts in another application.
How can I achieve this?
I found some info on msdn but thade made use of multicasting and I need
broadcasting.

Thanks in advance

Dieter Boden-Schelfthout
 
Dieter said:
Hey,

I wrote a small console application that sends out broadcast messages, but I
cannot find a way to listen for these broadcasts in another application.
How can I achieve this?

If you mean normal Windows messages sent with BroadcastSystemMessage,
you should be able to listen for them by overriding WndProc in one of
your forms.
 

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