Can a Windows Service recieve Windows Messages?
Posted
by Nick
on Stack Overflow
See other posts from Stack Overflow
or by Nick
Published on 2010-05-29T01:18:08Z
Indexed on
2010/05/29
1:22 UTC
Read the original article
Hit count: 306
I created an application to receive a broadcasted windows message which works fine. When I turn it into a service, install it, and start the service, the service doesn't receive the message.
© Stack Overflow or respective owner