M
Mikkel Rasmussen
Hi
I'm trying to create a Windows Service with a notifyIcon and a ContextMenu
to be able to interact with the service.
I can make the notifyIcon appear, but I can't make it respond to
mouse-events
(tried the mousedown event)
I think, it's because I need some sort of control-container (with a
message-processor)
to handle these events but how to do it ? - without putting a form in
there.. is there a "best practice" ?!? Is it possible to assign
message-processing to a service?
regards
Mikkel
I'm trying to create a Windows Service with a notifyIcon and a ContextMenu
to be able to interact with the service.
I can make the notifyIcon appear, but I can't make it respond to
mouse-events
(tried the mousedown event)
I think, it's because I need some sort of control-container (with a
message-processor)
to handle these events but how to do it ? - without putting a form in
there.. is there a "best practice" ?!? Is it possible to assign
message-processing to a service?
regards
Mikkel