G
Gordon Jones
HI
I'm really a newbie to VB.NET programming and so this is
probably a newbie problem:
I want to create a 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?
Thanks a lot,
Gordon
I'm really a newbie to VB.NET programming and so this is
probably a newbie problem:
I want to create a 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?
Thanks a lot,
Gordon