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.
I created an application to receive a broadcasted windows message which works fine. When
Share
The service probably must be granted access to the desktop. Do this from the Service properties, “Log On” tab, Log on as Local System account, and check “Allow service to interact with desktop”.