NotifyIcon in .net service
-
HI I want to develop an interactive .net service that creates a notifyicon at startup, so that the user can interact with it (e.g. a double click on the icon in the systray shall cause the service to react). So I placed such a control in the service class and made it handle double click events ..... but just nothing happens! When I doubleclick the icon in the systray the appropriate code in the service is not called and executed!! can anyone help me?? mosquitooth
-
HI I want to develop an interactive .net service that creates a notifyicon at startup, so that the user can interact with it (e.g. a double click on the icon in the systray shall cause the service to react). So I placed such a control in the service class and made it handle double click events ..... but just nothing happens! When I doubleclick the icon in the systray the appropriate code in the service is not called and executed!! can anyone help me?? mosquitooth
Make sure the service has the option turned on that allows it to 'interract with the desktop'.
Paul Watson wrote: "At the end of the day it is what you produce that counts, not how many doctorates you have on the wall." George Carlin wrote: "Don't sweat the petty things, and don't pet the sweaty things." Jörgen Sigvardsson wrote: If the physicists find a universal theory describing the laws of universe, I'm sure the asshole constant will be an integral part of that theory.