I made a Component which is able to add/delete/manipulate etc. an icon in the systray. It works fine.
By programming the events, i am able to use Mouseup, down and DoubleClick for Left, Middle and Right Button.
To raise the event of a simple MouseClick I have to decide whether to use the UP or DOWN procedure.
But the UP and Down Procedure is also an element of the DoubleClick !! So every time i click twice I also get the reaction of Mouseup and down.
The difficulty is, that a fast click can also mean a double click is following. When i click slowly i can proof this by watching the doubleclicktime.

Perhaps anyone has got a simple idea of simulating a ClickEvent that comes only by clicking once?

Thanks for each idea...even if won't work!

Torsten